Shades of Olive Green #ACB45B
Tints of Olive Green #ACB45B
RGB
CMYK
RGB Variations
Color information
#ACB45B (or 0xACB45B) is known color: Olive Green. HEX triplet: AC, B4 and 5B. RGB value is (172,180,91). Sum of RGB (Red+Green+Blue) = 172+180+91=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB45B is #534BA4. Grayscale: #A7A7A7. Windows color (decimal): -5458853 or 6010028. OLE color: 6010028.
HSL color Cylindrical-coordinate representation of color #ACB45B: hue angle of 65.39º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB45B is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 91 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.29 |
| HSL | 65.39º | 0.37% | 0.53% | - |
| HSV(B) | 65.39º | 0.49% | 0.71% | - |
| XYZ | 35.22 | 42.17 | 16.18 | - |
| YUV | 167.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 91 | 0.04 | 0 | 0.49 | 0.29 | 65.39 | 0.37 | 0.53 |
| Hex | AC | B4 | 5B | 4 | 0 | 31 | 1D | 41 | 25 | 35 |
| Octal | 254 | 264 | 133 | 4 | 0 | 61 | 35 | 101 | 45 | 65 |
| Binary | 10101100 | 10110100 | 1011011 | 100 | 0 | 110001 | 11101 | 1000001 | 100101 | 110101 |
Color Harmonies of #ACB45B
Complementary color
Monochromatic Colors of #ACB45B
Black with #ACB45B
Text Example
Text Example
White with #ACB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB45B; }
p { color: rgb(172,180,91); }
H1.HeaderClassName
{
color: #ACB45B;
}
.AnyTagClassName
{
color: #ACB45B;
}
</style>
background-color css
<style>
a { background-color: #ACB45B; }
a { background-color: rgb(172,180,91); }
div.DivClassName
{
background-color: #ACB45B;
}
.BgClassName
{
background-color: #ACB45B;
}
</style>
border-color css
<style>
span { border-color: #ACB45B; }
span { border-color: rgb(172,180,91); }
td.TdClassName
{
border-color: #ACB45B;
}
.TagClassName
{
border-color: #ACB45B;
}
</style>