Shades of Olive Green #ACB252
Tints of Olive Green #ACB252
RGB
CMYK
RGB Variations
Color information
#ACB252 (or 0xACB252) is known color: Olive Green. HEX triplet: AC, B2 and 52. RGB value is (172,178,82). Sum of RGB (Red+Green+Blue) = 172+178+82=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB252 is #534DAD. Grayscale: #A5A5A5. Windows color (decimal): -5459374 or 5419692. OLE color: 5419692.
HSL color Cylindrical-coordinate representation of color #ACB252: hue angle of 63.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACB252 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 82 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.30 |
| HSL | 63.75º | 0.38% | 0.51% | - |
| HSV(B) | 63.75º | 0.54% | 0.7% | - |
| XYZ | 34.46 | 41.22 | 14.12 | - |
| YUV | 165.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 82 | 0.03 | 0 | 0.54 | 0.30 | 63.75 | 0.38 | 0.51 |
| Hex | AC | B2 | 52 | 3 | 0 | 36 | 1E | 40 | 26 | 33 |
| Octal | 254 | 262 | 122 | 3 | 0 | 66 | 36 | 100 | 46 | 63 |
| Binary | 10101100 | 10110010 | 1010010 | 11 | 0 | 110110 | 11110 | 1000000 | 100110 | 110011 |
Color Harmonies of #ACB252
Complementary color
Monochromatic Colors of #ACB252
Black with #ACB252
Text Example
Text Example
White with #ACB252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB252; }
p { color: rgb(172,178,82); }
H1.HeaderClassName
{
color: #ACB252;
}
.AnyTagClassName
{
color: #ACB252;
}
</style>
background-color css
<style>
a { background-color: #ACB252; }
a { background-color: rgb(172,178,82); }
div.DivClassName
{
background-color: #ACB252;
}
.BgClassName
{
background-color: #ACB252;
}
</style>
border-color css
<style>
span { border-color: #ACB252; }
span { border-color: rgb(172,178,82); }
td.TdClassName
{
border-color: #ACB252;
}
.TagClassName
{
border-color: #ACB252;
}
</style>