Shades of Olive Green #ACB86C
Tints of Olive Green #ACB86C
RGB
CMYK
RGB Variations
Color information
#ACB86C (or 0xACB86C) is known color: Olive Green. HEX triplet: AC, B8 and 6C. RGB value is (172,184,108). Sum of RGB (Red+Green+Blue) = 172+184+108=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB86C is #534793. Grayscale: #ACACAC. Windows color (decimal): -5457812 or 7125164. OLE color: 7125164.
HSL color Cylindrical-coordinate representation of color #ACB86C: hue angle of 69.47º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACB86C is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 108 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.28 |
| HSL | 69.47º | 0.35% | 0.57% | - |
| HSV(B) | 69.47º | 0.41% | 0.72% | - |
| XYZ | 36.86 | 44.13 | 20.76 | - |
| YUV | 171.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 108 | 0.07 | 0 | 0.41 | 0.28 | 69.47 | 0.35 | 0.57 |
| Hex | AC | B8 | 6C | 7 | 0 | 29 | 1C | 45 | 23 | 39 |
| Octal | 254 | 270 | 154 | 7 | 0 | 51 | 34 | 105 | 43 | 71 |
| Binary | 10101100 | 10111000 | 1101100 | 111 | 0 | 101001 | 11100 | 1000101 | 100011 | 111001 |
Color Harmonies of #ACB86C
Complementary color
Monochromatic Colors of #ACB86C
Black with #ACB86C
Text Example
Text Example
White with #ACB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB86C; }
p { color: rgb(172,184,108); }
H1.HeaderClassName
{
color: #ACB86C;
}
.AnyTagClassName
{
color: #ACB86C;
}
</style>
background-color css
<style>
a { background-color: #ACB86C; }
a { background-color: rgb(172,184,108); }
div.DivClassName
{
background-color: #ACB86C;
}
.BgClassName
{
background-color: #ACB86C;
}
</style>
border-color css
<style>
span { border-color: #ACB86C; }
span { border-color: rgb(172,184,108); }
td.TdClassName
{
border-color: #ACB86C;
}
.TagClassName
{
border-color: #ACB86C;
}
</style>