color codes Logo

#acb85b color codes

#ACB85B
(172,184,91)
0 Favorites   0 Comments

Color spaces of #acb85b

RGB 17218491
HSL0.190.400.54
HSV68°51°72°
CMYK 0.070.000.51   0.28
XYZ36.042143.807016.4535
Yxy43.80700.37430.4549
Hunter Lab66.1869-18.624731.5918
CIE-Lab72.0993-17.834045.3676

#acb85b color RGB value is (172,184,91).

#acb85b hex color red value is 172, green value is 184 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #acb85b hue: 0.19 , saturation: 0.40 and the lightness value of acb85b is 0.54.

The process color (four color CMYK) of #acb85b color code is 0.07, 0.00, 0.51, 0.28. Web safe color of #acb85b is #99cc66. Color #acb85b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 01011011
Octal 254 270 133
Decimal 172 184 91
Hex AC B8 5B

RGB Percentages of Color #acb85b

%38.48
%41.16
%20.36

CMYK Percentages of Color #acb85b

%7
%0
%51
%28

Triadic Colors of #acb85b

#acb85b #5bacb8 #b85bac

Analogous Colors of #acb85b

#acb85b #7eb85b #b8965b

Monochromatic Colors of #acb85b

#acb85b

Complementary Color

#acb85b #675bb8

#acb85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb85b Color CSS Codes

.mybgcolor {background-color:#acb85b; } 
.myforecolor {color:#acb85b; }
.mybordercolor {border:3px solid #acb85b; }

#acb85b Text Font Color

<p style="color:#acb85b">Text here</p>

This sample text font color is #acb85b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#acb85b Background Color

<div style="background-color:#acb85b">
Div content here</div>

This div background color is #acb85b


#acb85b Border Color

<div style="border:3px solid #acb85b">
Div here</div>

This div border color is #acb85b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,184,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acb85b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acb85b;
  -webkit-box-shadow: 1px 1px 3px 2px #acb85b;
  box-shadow:         1px 1px 3px 2px #acb85b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,184,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #acb85b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #acb85b;
  -webkit-box-shadow: 1px 1px 3px 2px #acb85b;
  box-shadow:         1px 1px 3px 2px #acb85b;">
Div content here</div>

This div box has shadow with color #acb85b


Comments

No comments written yet.

Please login to write comment.