Shades of Olive Green #ACB859
Tints of Olive Green #ACB859
RGB
CMYK
RGB Variations
Color information
#ACB859 (or 0xACB859) is known color: Olive Green. HEX triplet: AC, B8 and 59. RGB value is (172,184,89). Sum of RGB (Red+Green+Blue) = 172+184+89=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB859 is #5347A6. Grayscale: #A9A9A9. Windows color (decimal): -5457831 or 5879980. OLE color: 5879980.
HSL color Cylindrical-coordinate representation of color #ACB859: hue angle of 67.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB859 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 89 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.28 |
| HSL | 67.58º | 0.4% | 0.54% | - |
| HSV(B) | 67.58º | 0.52% | 0.72% | - |
| XYZ | 35.96 | 43.77 | 16.01 | - |
| YUV | 169.58 | 82.52 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 89 | 0.07 | 0 | 0.52 | 0.28 | 67.58 | 0.4 | 0.54 |
| Hex | AC | B8 | 59 | 7 | 0 | 34 | 1C | 44 | 28 | 36 |
| Octal | 254 | 270 | 131 | 7 | 0 | 64 | 34 | 104 | 50 | 66 |
| Binary | 10101100 | 10111000 | 1011001 | 111 | 0 | 110100 | 11100 | 1000100 | 101000 | 110110 |
Color Harmonies of #ACB859
Complementary color
Monochromatic Colors of #ACB859
Black with #ACB859
Text Example
Text Example
White with #ACB859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB859; }
p { color: rgb(172,184,89); }
H1.HeaderClassName
{
color: #ACB859;
}
.AnyTagClassName
{
color: #ACB859;
}
</style>
background-color css
<style>
a { background-color: #ACB859; }
a { background-color: rgb(172,184,89); }
div.DivClassName
{
background-color: #ACB859;
}
.BgClassName
{
background-color: #ACB859;
}
</style>
border-color css
<style>
span { border-color: #ACB859; }
span { border-color: rgb(172,184,89); }
td.TdClassName
{
border-color: #ACB859;
}
.TagClassName
{
border-color: #ACB859;
}
</style>