Shades of Olive Green #ACB55E
Tints of Olive Green #ACB55E
RGB
CMYK
RGB Variations
Color information
#ACB55E (or 0xACB55E) is known color: Olive Green. HEX triplet: AC, B5 and 5E. RGB value is (172,181,94). Sum of RGB (Red+Green+Blue) = 172+181+94=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB55E is #534AA1. Grayscale: #A8A8A8. Windows color (decimal): -5458594 or 6206892. OLE color: 6206892.
HSL color Cylindrical-coordinate representation of color #ACB55E: hue angle of 66.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB55E is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 94 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.29 |
| HSL | 66.21º | 0.37% | 0.54% | - |
| HSV(B) | 66.21º | 0.48% | 0.71% | - |
| XYZ | 35.56 | 42.63 | 16.94 | - |
| YUV | 168.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 94 | 0.05 | 0 | 0.48 | 0.29 | 66.21 | 0.37 | 0.54 |
| Hex | AC | B5 | 5E | 5 | 0 | 30 | 1D | 42 | 25 | 36 |
| Octal | 254 | 265 | 136 | 5 | 0 | 60 | 35 | 102 | 45 | 66 |
| Binary | 10101100 | 10110101 | 1011110 | 101 | 0 | 110000 | 11101 | 1000010 | 100101 | 110110 |
Color Harmonies of #ACB55E
Complementary color
Monochromatic Colors of #ACB55E
Black with #ACB55E
Text Example
Text Example
White with #ACB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB55E; }
p { color: rgb(172,181,94); }
H1.HeaderClassName
{
color: #ACB55E;
}
.AnyTagClassName
{
color: #ACB55E;
}
</style>
background-color css
<style>
a { background-color: #ACB55E; }
a { background-color: rgb(172,181,94); }
div.DivClassName
{
background-color: #ACB55E;
}
.BgClassName
{
background-color: #ACB55E;
}
</style>
border-color css
<style>
span { border-color: #ACB55E; }
span { border-color: rgb(172,181,94); }
td.TdClassName
{
border-color: #ACB55E;
}
.TagClassName
{
border-color: #ACB55E;
}
</style>