Shades of Olive Green #ACB55D
Tints of Olive Green #ACB55D
RGB
CMYK
RGB Variations
Color information
#ACB55D (or 0xACB55D) is known color: Olive Green. HEX triplet: AC, B5 and 5D. RGB value is (172,181,93). Sum of RGB (Red+Green+Blue) = 172+181+93=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB55D is #534AA2. Grayscale: #A8A8A8. Windows color (decimal): -5458595 or 6141356. OLE color: 6141356.
HSL color Cylindrical-coordinate representation of color #ACB55D: hue angle of 66.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB55D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 93 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.29 |
| HSL | 66.14º | 0.37% | 0.54% | - |
| HSV(B) | 66.14º | 0.49% | 0.71% | - |
| XYZ | 35.51 | 42.61 | 16.71 | - |
| YUV | 168.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 93 | 0.05 | 0 | 0.49 | 0.29 | 66.14 | 0.37 | 0.54 |
| Hex | AC | B5 | 5D | 5 | 0 | 31 | 1D | 42 | 25 | 36 |
| Octal | 254 | 265 | 135 | 5 | 0 | 61 | 35 | 102 | 45 | 66 |
| Binary | 10101100 | 10110101 | 1011101 | 101 | 0 | 110001 | 11101 | 1000010 | 100101 | 110110 |
Color Harmonies of #ACB55D
Complementary color
Monochromatic Colors of #ACB55D
Black with #ACB55D
Text Example
Text Example
White with #ACB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB55D; }
p { color: rgb(172,181,93); }
H1.HeaderClassName
{
color: #ACB55D;
}
.AnyTagClassName
{
color: #ACB55D;
}
</style>
background-color css
<style>
a { background-color: #ACB55D; }
a { background-color: rgb(172,181,93); }
div.DivClassName
{
background-color: #ACB55D;
}
.BgClassName
{
background-color: #ACB55D;
}
</style>
border-color css
<style>
span { border-color: #ACB55D; }
span { border-color: rgb(172,181,93); }
td.TdClassName
{
border-color: #ACB55D;
}
.TagClassName
{
border-color: #ACB55D;
}
</style>