Shades of Olive Green #ABA856
Tints of Olive Green #ABA856
RGB
CMYK
RGB Variations
Color information
#ABA856 (or 0xABA856) is known color: Olive Green. HEX triplet: AB, A8 and 56. RGB value is (171,168,86). Sum of RGB (Red+Green+Blue) = 171+168+86=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA856 is #5457A9. Grayscale: #9F9F9F. Windows color (decimal): -5527466 or 5679275. OLE color: 5679275.
HSL color Cylindrical-coordinate representation of color #ABA856: hue angle of 57.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABA856 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 86 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.33 |
| HSL | 57.88º | 0.34% | 0.5% | - |
| HSV(B) | 57.88º | 0.5% | 0.67% | - |
| XYZ | 32.48 | 37.34 | 14.3 | - |
| YUV | 159.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 86 | 0 | 0.02 | 0.50 | 0.33 | 57.88 | 0.34 | 0.5 |
| Hex | AB | A8 | 56 | 0 | 2 | 32 | 21 | 3A | 22 | 32 |
| Octal | 253 | 250 | 126 | 0 | 2 | 62 | 41 | 72 | 42 | 62 |
| Binary | 10101011 | 10101000 | 1010110 | 0 | 10 | 110010 | 100001 | 111010 | 100010 | 110010 |
Color Harmonies of #ABA856
Complementary color
Monochromatic Colors of #ABA856
Black with #ABA856
Text Example
Text Example
White with #ABA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA856; }
p { color: rgb(171,168,86); }
H1.HeaderClassName
{
color: #ABA856;
}
.AnyTagClassName
{
color: #ABA856;
}
</style>
background-color css
<style>
a { background-color: #ABA856; }
a { background-color: rgb(171,168,86); }
div.DivClassName
{
background-color: #ABA856;
}
.BgClassName
{
background-color: #ABA856;
}
</style>
border-color css
<style>
span { border-color: #ABA856; }
span { border-color: rgb(171,168,86); }
td.TdClassName
{
border-color: #ABA856;
}
.TagClassName
{
border-color: #ABA856;
}
</style>