Shades of Olive Green #ACB95B
Tints of Olive Green #ACB95B
RGB
CMYK
RGB Variations
Color information
#ACB95B (or 0xACB95B) is known color: Olive Green. HEX triplet: AC, B9 and 5B. RGB value is (172,185,91). Sum of RGB (Red+Green+Blue) = 172+185+91=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB95B is #5346A4. Grayscale: #AAAAAA. Windows color (decimal): -5457573 or 6011308. OLE color: 6011308.
HSL color Cylindrical-coordinate representation of color #ACB95B: hue angle of 68.3º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB95B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 91 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.27 |
| HSL | 68.3º | 0.4% | 0.54% | - |
| HSV(B) | 68.3º | 0.51% | 0.73% | - |
| XYZ | 36.25 | 44.22 | 16.52 | - |
| YUV | 170.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 91 | 0.07 | 0 | 0.51 | 0.27 | 68.3 | 0.4 | 0.54 |
| Hex | AC | B9 | 5B | 7 | 0 | 33 | 1B | 44 | 28 | 36 |
| Octal | 254 | 271 | 133 | 7 | 0 | 63 | 33 | 104 | 50 | 66 |
| Binary | 10101100 | 10111001 | 1011011 | 111 | 0 | 110011 | 11011 | 1000100 | 101000 | 110110 |
Color Harmonies of #ACB95B
Complementary color
Monochromatic Colors of #ACB95B
Black with #ACB95B
Text Example
Text Example
White with #ACB95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB95B; }
p { color: rgb(172,185,91); }
H1.HeaderClassName
{
color: #ACB95B;
}
.AnyTagClassName
{
color: #ACB95B;
}
</style>
background-color css
<style>
a { background-color: #ACB95B; }
a { background-color: rgb(172,185,91); }
div.DivClassName
{
background-color: #ACB95B;
}
.BgClassName
{
background-color: #ACB95B;
}
</style>
border-color css
<style>
span { border-color: #ACB95B; }
span { border-color: rgb(172,185,91); }
td.TdClassName
{
border-color: #ACB95B;
}
.TagClassName
{
border-color: #ACB95B;
}
</style>