Html Css Color HEX #ACB566 Olive Green

📋 copy color: '#ACB566'

red 172 ◦ green 181 ◦ blue 102

#ACB566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #ACB566

Tints of Olive Green #ACB566

RGB

 RED value IS 172 (67.58% from 255) = 37.8%

 GREEN value IS 181 (71.09% from 255) = 39.78%

 BLUE value IS 102 (40.23% from 255) = 22.42%

R = 37.8%
G = 39.78%
B = 22.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACB566 (or 0xACB566) is known color: Olive Green. HEX triplet: AC, B5 and 66. RGB value is (172,181,102). Sum of RGB (Red+Green+Blue) = 172+181+102=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB566 is #534A99. Grayscale: #A9A9A9. Windows color (decimal): -5458586 or 6731180. OLE color: 6731180.

HSL color Cylindrical-coordinate representation of color #ACB566: hue angle of 66.84º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB566 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 102 -
CMYK 0.05 0 0.44 0.29
HSL 66.84º 0.35% 0.55% -
HSV(B) 66.84º 0.44% 0.71% -
XYZ 35.94 42.78 18.93 -
YUV 169.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 172 181 102 0.05 0 0.44 0.29 66.84 0.35 0.55
Hex AC B5 66 5 0 2C 1D 43 23 37
Octal 254 265 146 5 0 54 35 103 43 67
Binary 10101100 10110101 1100110 101 0 101100 11101 1000011 100011 110111

Color Harmonies of #ACB566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB566

Black with #ACB566

Text Example


Text Example

White with #ACB566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB566; }

 p { color: rgb(172,181,102); }

 H1.HeaderClassName
 {
   color: #ACB566;
 }
 .AnyTagClassName
 {
   color: #ACB566;
 }
</style>

background-color css

<style>
 a { background-color: #ACB566; }

 a { background-color: rgb(172,181,102); }

 div.DivClassName
 {
   background-color: #ACB566;
 }
 .BgClassName
 {
   background-color: #ACB566;
 }
</style>

border-color css

<style>
 span { border-color: #ACB566; }

 span { border-color: rgb(172,181,102); }

 td.TdClassName
 {
   border-color: #ACB566;
 }
 .TagClassName
 {
   border-color: #ACB566;
 }
</style>