Shades of Olive Green #ACB85F
Tints of Olive Green #ACB85F
RGB
CMYK
RGB Variations
Color information
#ACB85F (or 0xACB85F) is known color: Olive Green. HEX triplet: AC, B8 and 5F. RGB value is (172,184,95). Sum of RGB (Red+Green+Blue) = 172+184+95=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB85F is #5347A0. Grayscale: #AAAAAA. Windows color (decimal): -5457825 or 6273196. OLE color: 6273196.
HSL color Cylindrical-coordinate representation of color #ACB85F: hue angle of 68.09º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB85F is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 95 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.28 |
| HSL | 68.09º | 0.39% | 0.55% | - |
| HSV(B) | 68.09º | 0.48% | 0.72% | - |
| XYZ | 36.22 | 43.88 | 17.39 | - |
| YUV | 170.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 95 | 0.07 | 0 | 0.48 | 0.28 | 68.09 | 0.39 | 0.55 |
| Hex | AC | B8 | 5F | 7 | 0 | 30 | 1C | 44 | 27 | 37 |
| Octal | 254 | 270 | 137 | 7 | 0 | 60 | 34 | 104 | 47 | 67 |
| Binary | 10101100 | 10111000 | 1011111 | 111 | 0 | 110000 | 11100 | 1000100 | 100111 | 110111 |
Color Harmonies of #ACB85F
Complementary color
Monochromatic Colors of #ACB85F
Black with #ACB85F
Text Example
Text Example
White with #ACB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB85F; }
p { color: rgb(172,184,95); }
H1.HeaderClassName
{
color: #ACB85F;
}
.AnyTagClassName
{
color: #ACB85F;
}
</style>
background-color css
<style>
a { background-color: #ACB85F; }
a { background-color: rgb(172,184,95); }
div.DivClassName
{
background-color: #ACB85F;
}
.BgClassName
{
background-color: #ACB85F;
}
</style>
border-color css
<style>
span { border-color: #ACB85F; }
span { border-color: rgb(172,184,95); }
td.TdClassName
{
border-color: #ACB85F;
}
.TagClassName
{
border-color: #ACB85F;
}
</style>