Shades of Olive Green #ACB456
Tints of Olive Green #ACB456
RGB
CMYK
RGB Variations
Color information
#ACB456 (or 0xACB456) is known color: Olive Green. HEX triplet: AC, B4 and 56. RGB value is (172,180,86). Sum of RGB (Red+Green+Blue) = 172+180+86=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB456 is #534BA9. Grayscale: #A7A7A7. Windows color (decimal): -5458858 or 5682348. OLE color: 5682348.
HSL color Cylindrical-coordinate representation of color #ACB456: hue angle of 65.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB456 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 86 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.29 |
| HSL | 65.11º | 0.39% | 0.52% | - |
| HSV(B) | 65.11º | 0.52% | 0.71% | - |
| XYZ | 35.01 | 42.09 | 15.08 | - |
| YUV | 166.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 86 | 0.04 | 0 | 0.52 | 0.29 | 65.11 | 0.39 | 0.52 |
| Hex | AC | B4 | 56 | 4 | 0 | 34 | 1D | 41 | 27 | 34 |
| Octal | 254 | 264 | 126 | 4 | 0 | 64 | 35 | 101 | 47 | 64 |
| Binary | 10101100 | 10110100 | 1010110 | 100 | 0 | 110100 | 11101 | 1000001 | 100111 | 110100 |
Color Harmonies of #ACB456
Complementary color
Monochromatic Colors of #ACB456
Black with #ACB456
Text Example
Text Example
White with #ACB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB456; }
p { color: rgb(172,180,86); }
H1.HeaderClassName
{
color: #ACB456;
}
.AnyTagClassName
{
color: #ACB456;
}
</style>
background-color css
<style>
a { background-color: #ACB456; }
a { background-color: rgb(172,180,86); }
div.DivClassName
{
background-color: #ACB456;
}
.BgClassName
{
background-color: #ACB456;
}
</style>
border-color css
<style>
span { border-color: #ACB456; }
span { border-color: rgb(172,180,86); }
td.TdClassName
{
border-color: #ACB456;
}
.TagClassName
{
border-color: #ACB456;
}
</style>