Shades of Olive Green #ACB157
Tints of Olive Green #ACB157
RGB
CMYK
RGB Variations
Color information
#ACB157 (or 0xACB157) is known color: Olive Green. HEX triplet: AC, B1 and 57. RGB value is (172,177,87). Sum of RGB (Red+Green+Blue) = 172+177+87=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB157 is #534EA8. Grayscale: #A5A5A5. Windows color (decimal): -5459625 or 5747116. OLE color: 5747116.
HSL color Cylindrical-coordinate representation of color #ACB157: hue angle of 63.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB157 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 87 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.31 |
| HSL | 63.33º | 0.37% | 0.52% | - |
| HSV(B) | 63.33º | 0.51% | 0.69% | - |
| XYZ | 34.46 | 40.9 | 15.1 | - |
| YUV | 165.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 87 | 0.03 | 0 | 0.51 | 0.31 | 63.33 | 0.37 | 0.52 |
| Hex | AC | B1 | 57 | 3 | 0 | 33 | 1F | 3F | 25 | 34 |
| Octal | 254 | 261 | 127 | 3 | 0 | 63 | 37 | 77 | 45 | 64 |
| Binary | 10101100 | 10110001 | 1010111 | 11 | 0 | 110011 | 11111 | 111111 | 100101 | 110100 |
Color Harmonies of #ACB157
Complementary color
Monochromatic Colors of #ACB157
Black with #ACB157
Text Example
Text Example
White with #ACB157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB157; }
p { color: rgb(172,177,87); }
H1.HeaderClassName
{
color: #ACB157;
}
.AnyTagClassName
{
color: #ACB157;
}
</style>
background-color css
<style>
a { background-color: #ACB157; }
a { background-color: rgb(172,177,87); }
div.DivClassName
{
background-color: #ACB157;
}
.BgClassName
{
background-color: #ACB157;
}
</style>
border-color css
<style>
span { border-color: #ACB157; }
span { border-color: rgb(172,177,87); }
td.TdClassName
{
border-color: #ACB157;
}
.TagClassName
{
border-color: #ACB157;
}
</style>