Shades of Olive Green #ACB55B
Tints of Olive Green #ACB55B
RGB
CMYK
RGB Variations
Color information
#ACB55B (or 0xACB55B) is known color: Olive Green. HEX triplet: AC, B5 and 5B. RGB value is (172,181,91). Sum of RGB (Red+Green+Blue) = 172+181+91=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB55B is #534AA4. Grayscale: #A8A8A8. Windows color (decimal): -5458597 or 6010284. OLE color: 6010284.
HSL color Cylindrical-coordinate representation of color #ACB55B: hue angle of 66º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACB55B is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 91 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.29 |
| HSL | 66º | 0.38% | 0.53% | - |
| HSV(B) | 66º | 0.5% | 0.71% | - |
| XYZ | 35.43 | 42.57 | 16.25 | - |
| YUV | 168.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 91 | 0.05 | 0 | 0.50 | 0.29 | 66 | 0.38 | 0.53 |
| Hex | AC | B5 | 5B | 5 | 0 | 32 | 1D | 42 | 26 | 35 |
| Octal | 254 | 265 | 133 | 5 | 0 | 62 | 35 | 102 | 46 | 65 |
| Binary | 10101100 | 10110101 | 1011011 | 101 | 0 | 110010 | 11101 | 1000010 | 100110 | 110101 |
Color Harmonies of #ACB55B
Complementary color
Monochromatic Colors of #ACB55B
Black with #ACB55B
Text Example
Text Example
White with #ACB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB55B; }
p { color: rgb(172,181,91); }
H1.HeaderClassName
{
color: #ACB55B;
}
.AnyTagClassName
{
color: #ACB55B;
}
</style>
background-color css
<style>
a { background-color: #ACB55B; }
a { background-color: rgb(172,181,91); }
div.DivClassName
{
background-color: #ACB55B;
}
.BgClassName
{
background-color: #ACB55B;
}
</style>
border-color css
<style>
span { border-color: #ACB55B; }
span { border-color: rgb(172,181,91); }
td.TdClassName
{
border-color: #ACB55B;
}
.TagClassName
{
border-color: #ACB55B;
}
</style>