Shades of Olive Green #ACB052
Tints of Olive Green #ACB052
RGB
CMYK
RGB Variations
Color information
#ACB052 (or 0xACB052) is known color: Olive Green. HEX triplet: AC, B0 and 52. RGB value is (172,176,82). Sum of RGB (Red+Green+Blue) = 172+176+82=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB052 is #534FAD. Grayscale: #A4A4A4. Windows color (decimal): -5459886 or 5419180. OLE color: 5419180.
HSL color Cylindrical-coordinate representation of color #ACB052: hue angle of 62.55º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACB052 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 82 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.31 |
| HSL | 62.55º | 0.37% | 0.51% | - |
| HSV(B) | 62.55º | 0.53% | 0.69% | - |
| XYZ | 34.06 | 40.43 | 13.99 | - |
| YUV | 164.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 82 | 0.02 | 0 | 0.53 | 0.31 | 62.55 | 0.37 | 0.51 |
| Hex | AC | B0 | 52 | 2 | 0 | 35 | 1F | 3F | 25 | 33 |
| Octal | 254 | 260 | 122 | 2 | 0 | 65 | 37 | 77 | 45 | 63 |
| Binary | 10101100 | 10110000 | 1010010 | 10 | 0 | 110101 | 11111 | 111111 | 100101 | 110011 |
Color Harmonies of #ACB052
Complementary color
Monochromatic Colors of #ACB052
Black with #ACB052
Text Example
Text Example
White with #ACB052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB052; }
p { color: rgb(172,176,82); }
H1.HeaderClassName
{
color: #ACB052;
}
.AnyTagClassName
{
color: #ACB052;
}
</style>
background-color css
<style>
a { background-color: #ACB052; }
a { background-color: rgb(172,176,82); }
div.DivClassName
{
background-color: #ACB052;
}
.BgClassName
{
background-color: #ACB052;
}
</style>
border-color css
<style>
span { border-color: #ACB052; }
span { border-color: rgb(172,176,82); }
td.TdClassName
{
border-color: #ACB052;
}
.TagClassName
{
border-color: #ACB052;
}
</style>