Shades of Olive Green #ACB258
Tints of Olive Green #ACB258
RGB
CMYK
RGB Variations
Color information
#ACB258 (or 0xACB258) is known color: Olive Green. HEX triplet: AC, B2 and 58. RGB value is (172,178,88). Sum of RGB (Red+Green+Blue) = 172+178+88=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB258 is #534DA7. Grayscale: #A6A6A6. Windows color (decimal): -5459368 or 5812908. OLE color: 5812908.
HSL color Cylindrical-coordinate representation of color #ACB258: hue angle of 64º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB258 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 88 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.30 |
| HSL | 64º | 0.37% | 0.52% | - |
| HSV(B) | 64º | 0.51% | 0.7% | - |
| XYZ | 34.7 | 41.32 | 15.38 | - |
| YUV | 165.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 88 | 0.03 | 0 | 0.51 | 0.30 | 64 | 0.37 | 0.52 |
| Hex | AC | B2 | 58 | 3 | 0 | 33 | 1E | 40 | 25 | 34 |
| Octal | 254 | 262 | 130 | 3 | 0 | 63 | 36 | 100 | 45 | 64 |
| Binary | 10101100 | 10110010 | 1011000 | 11 | 0 | 110011 | 11110 | 1000000 | 100101 | 110100 |
Color Harmonies of #ACB258
Complementary color
Monochromatic Colors of #ACB258
Black with #ACB258
Text Example
Text Example
White with #ACB258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB258; }
p { color: rgb(172,178,88); }
H1.HeaderClassName
{
color: #ACB258;
}
.AnyTagClassName
{
color: #ACB258;
}
</style>
background-color css
<style>
a { background-color: #ACB258; }
a { background-color: rgb(172,178,88); }
div.DivClassName
{
background-color: #ACB258;
}
.BgClassName
{
background-color: #ACB258;
}
</style>
border-color css
<style>
span { border-color: #ACB258; }
span { border-color: rgb(172,178,88); }
td.TdClassName
{
border-color: #ACB258;
}
.TagClassName
{
border-color: #ACB258;
}
</style>