Shades of Olive Green #ACB557
Tints of Olive Green #ACB557
RGB
CMYK
RGB Variations
Color information
#ACB557 (or 0xACB557) is known color: Olive Green. HEX triplet: AC, B5 and 57. RGB value is (172,181,87). Sum of RGB (Red+Green+Blue) = 172+181+87=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB557 is #534AA8. Grayscale: #A7A7A7. Windows color (decimal): -5458601 or 5748140. OLE color: 5748140.
HSL color Cylindrical-coordinate representation of color #ACB557: hue angle of 65.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB557 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 87 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.29 |
| HSL | 65.74º | 0.39% | 0.53% | - |
| HSV(B) | 65.74º | 0.52% | 0.71% | - |
| XYZ | 35.26 | 42.51 | 15.36 | - |
| YUV | 167.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 87 | 0.05 | 0 | 0.52 | 0.29 | 65.74 | 0.39 | 0.53 |
| Hex | AC | B5 | 57 | 5 | 0 | 34 | 1D | 42 | 27 | 35 |
| Octal | 254 | 265 | 127 | 5 | 0 | 64 | 35 | 102 | 47 | 65 |
| Binary | 10101100 | 10110101 | 1010111 | 101 | 0 | 110100 | 11101 | 1000010 | 100111 | 110101 |
Color Harmonies of #ACB557
Complementary color
Monochromatic Colors of #ACB557
Black with #ACB557
Text Example
Text Example
White with #ACB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB557; }
p { color: rgb(172,181,87); }
H1.HeaderClassName
{
color: #ACB557;
}
.AnyTagClassName
{
color: #ACB557;
}
</style>
background-color css
<style>
a { background-color: #ACB557; }
a { background-color: rgb(172,181,87); }
div.DivClassName
{
background-color: #ACB557;
}
.BgClassName
{
background-color: #ACB557;
}
</style>
border-color css
<style>
span { border-color: #ACB557; }
span { border-color: rgb(172,181,87); }
td.TdClassName
{
border-color: #ACB557;
}
.TagClassName
{
border-color: #ACB557;
}
</style>