Shades of Olive Green #ACB257
Tints of Olive Green #ACB257
RGB
CMYK
RGB Variations
Color information
#ACB257 (or 0xACB257) is known color: Olive Green. HEX triplet: AC, B2 and 57. RGB value is (172,178,87). Sum of RGB (Red+Green+Blue) = 172+178+87=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB257 is #534DA8. Grayscale: #A6A6A6. Windows color (decimal): -5459369 or 5747372. OLE color: 5747372.
HSL color Cylindrical-coordinate representation of color #ACB257: hue angle of 63.96º 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 #ACB257 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 87 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.30 |
| HSL | 63.96º | 0.37% | 0.52% | - |
| HSV(B) | 63.96º | 0.51% | 0.7% | - |
| XYZ | 34.65 | 41.3 | 15.16 | - |
| YUV | 165.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 87 | 0.03 | 0 | 0.51 | 0.30 | 63.96 | 0.37 | 0.52 |
| Hex | AC | B2 | 57 | 3 | 0 | 33 | 1E | 40 | 25 | 34 |
| Octal | 254 | 262 | 127 | 3 | 0 | 63 | 36 | 100 | 45 | 64 |
| Binary | 10101100 | 10110010 | 1010111 | 11 | 0 | 110011 | 11110 | 1000000 | 100101 | 110100 |
Color Harmonies of #ACB257
Complementary color
Monochromatic Colors of #ACB257
Black with #ACB257
Text Example
Text Example
White with #ACB257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB257; }
p { color: rgb(172,178,87); }
H1.HeaderClassName
{
color: #ACB257;
}
.AnyTagClassName
{
color: #ACB257;
}
</style>
background-color css
<style>
a { background-color: #ACB257; }
a { background-color: rgb(172,178,87); }
div.DivClassName
{
background-color: #ACB257;
}
.BgClassName
{
background-color: #ACB257;
}
</style>
border-color css
<style>
span { border-color: #ACB257; }
span { border-color: rgb(172,178,87); }
td.TdClassName
{
border-color: #ACB257;
}
.TagClassName
{
border-color: #ACB257;
}
</style>