Shades of Olive Green #ACB559
Tints of Olive Green #ACB559
RGB
CMYK
RGB Variations
Color information
#ACB559 (or 0xACB559) is known color: Olive Green. HEX triplet: AC, B5 and 59. RGB value is (172,181,89). Sum of RGB (Red+Green+Blue) = 172+181+89=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB559 is #534AA6. Grayscale: #A8A8A8. Windows color (decimal): -5458599 or 5879212. OLE color: 5879212.
HSL color Cylindrical-coordinate representation of color #ACB559: hue angle of 65.87º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB559 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 89 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.29 |
| HSL | 65.87º | 0.38% | 0.53% | - |
| HSV(B) | 65.87º | 0.51% | 0.71% | - |
| XYZ | 35.34 | 42.54 | 15.8 | - |
| YUV | 167.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 89 | 0.05 | 0 | 0.51 | 0.29 | 65.87 | 0.38 | 0.53 |
| Hex | AC | B5 | 59 | 5 | 0 | 33 | 1D | 42 | 26 | 35 |
| Octal | 254 | 265 | 131 | 5 | 0 | 63 | 35 | 102 | 46 | 65 |
| Binary | 10101100 | 10110101 | 1011001 | 101 | 0 | 110011 | 11101 | 1000010 | 100110 | 110101 |
Color Harmonies of #ACB559
Complementary color
Monochromatic Colors of #ACB559
Black with #ACB559
Text Example
Text Example
White with #ACB559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB559; }
p { color: rgb(172,181,89); }
H1.HeaderClassName
{
color: #ACB559;
}
.AnyTagClassName
{
color: #ACB559;
}
</style>
background-color css
<style>
a { background-color: #ACB559; }
a { background-color: rgb(172,181,89); }
div.DivClassName
{
background-color: #ACB559;
}
.BgClassName
{
background-color: #ACB559;
}
</style>
border-color css
<style>
span { border-color: #ACB559; }
span { border-color: rgb(172,181,89); }
td.TdClassName
{
border-color: #ACB559;
}
.TagClassName
{
border-color: #ACB559;
}
</style>