Shades of Olive Green #ACB259
Tints of Olive Green #ACB259
RGB
CMYK
RGB Variations
Color information
#ACB259 (or 0xACB259) is known color: Olive Green. HEX triplet: AC, B2 and 59. RGB value is (172,178,89). Sum of RGB (Red+Green+Blue) = 172+178+89=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB259 is #534DA6. Grayscale: #A6A6A6. Windows color (decimal): -5459367 or 5878444. OLE color: 5878444.
HSL color Cylindrical-coordinate representation of color #ACB259: hue angle of 64.04º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACB259 is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 89 | - |
| CMYK | 0.03 | 0 | 0.5 | 0.30 |
| HSL | 64.04º | 0.37% | 0.52% | - |
| HSV(B) | 64.04º | 0.5% | 0.7% | - |
| XYZ | 34.74 | 41.33 | 15.6 | - |
| YUV | 166.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 89 | 0.03 | 0 | 0.5 | 0.30 | 64.04 | 0.37 | 0.52 |
| Hex | AC | B2 | 59 | 3 | 0 | 32 | 1E | 40 | 25 | 34 |
| Octal | 254 | 262 | 131 | 3 | 0 | 62 | 36 | 100 | 45 | 64 |
| Binary | 10101100 | 10110010 | 1011001 | 11 | 0 | 110010 | 11110 | 1000000 | 100101 | 110100 |
Color Harmonies of #ACB259
Complementary color
Monochromatic Colors of #ACB259
Black with #ACB259
Text Example
Text Example
White with #ACB259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB259; }
p { color: rgb(172,178,89); }
H1.HeaderClassName
{
color: #ACB259;
}
.AnyTagClassName
{
color: #ACB259;
}
</style>
background-color css
<style>
a { background-color: #ACB259; }
a { background-color: rgb(172,178,89); }
div.DivClassName
{
background-color: #ACB259;
}
.BgClassName
{
background-color: #ACB259;
}
</style>
border-color css
<style>
span { border-color: #ACB259; }
span { border-color: rgb(172,178,89); }
td.TdClassName
{
border-color: #ACB259;
}
.TagClassName
{
border-color: #ACB259;
}
</style>