Shades of Olive Green #ACB86B
Tints of Olive Green #ACB86B
RGB
CMYK
RGB Variations
Color information
#ACB86B (or 0xACB86B) is known color: Olive Green. HEX triplet: AC, B8 and 6B. RGB value is (172,184,107). Sum of RGB (Red+Green+Blue) = 172+184+107=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB86B is #534794. Grayscale: #ABABAB. Windows color (decimal): -5457813 or 7059628. OLE color: 7059628.
HSL color Cylindrical-coordinate representation of color #ACB86B: hue angle of 69.35º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB86B is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 107 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.28 |
| HSL | 69.35º | 0.35% | 0.57% | - |
| HSV(B) | 69.35º | 0.42% | 0.72% | - |
| XYZ | 36.81 | 44.11 | 20.48 | - |
| YUV | 171.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 107 | 0.07 | 0 | 0.42 | 0.28 | 69.35 | 0.35 | 0.57 |
| Hex | AC | B8 | 6B | 7 | 0 | 2A | 1C | 45 | 23 | 39 |
| Octal | 254 | 270 | 153 | 7 | 0 | 52 | 34 | 105 | 43 | 71 |
| Binary | 10101100 | 10111000 | 1101011 | 111 | 0 | 101010 | 11100 | 1000101 | 100011 | 111001 |
Color Harmonies of #ACB86B
Complementary color
Monochromatic Colors of #ACB86B
Black with #ACB86B
Text Example
Text Example
White with #ACB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB86B; }
p { color: rgb(172,184,107); }
H1.HeaderClassName
{
color: #ACB86B;
}
.AnyTagClassName
{
color: #ACB86B;
}
</style>
background-color css
<style>
a { background-color: #ACB86B; }
a { background-color: rgb(172,184,107); }
div.DivClassName
{
background-color: #ACB86B;
}
.BgClassName
{
background-color: #ACB86B;
}
</style>
border-color css
<style>
span { border-color: #ACB86B; }
span { border-color: rgb(172,184,107); }
td.TdClassName
{
border-color: #ACB86B;
}
.TagClassName
{
border-color: #ACB86B;
}
</style>