Shades of Olive Green #ABA556
Tints of Olive Green #ABA556
RGB
CMYK
RGB Variations
Color information
#ABA556 (or 0xABA556) is known color: Olive Green. HEX triplet: AB, A5 and 56. RGB value is (171,165,86). Sum of RGB (Red+Green+Blue) = 171+165+86=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA556 is #545AA9. Grayscale: #9E9E9E. Windows color (decimal): -5528234 or 5678507. OLE color: 5678507.
HSL color Cylindrical-coordinate representation of color #ABA556: hue angle of 55.76º 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 #ABA556 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 86 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.33 |
| HSL | 55.76º | 0.34% | 0.5% | - |
| HSV(B) | 55.76º | 0.5% | 0.67% | - |
| XYZ | 31.93 | 36.24 | 14.12 | - |
| YUV | 157.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 86 | 0 | 0.04 | 0.50 | 0.33 | 55.76 | 0.34 | 0.5 |
| Hex | AB | A5 | 56 | 0 | 4 | 32 | 21 | 38 | 22 | 32 |
| Octal | 253 | 245 | 126 | 0 | 4 | 62 | 41 | 70 | 42 | 62 |
| Binary | 10101011 | 10100101 | 1010110 | 0 | 100 | 110010 | 100001 | 111000 | 100010 | 110010 |
Color Harmonies of #ABA556
Complementary color
Monochromatic Colors of #ABA556
Black with #ABA556
Text Example
Text Example
White with #ABA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA556; }
p { color: rgb(171,165,86); }
H1.HeaderClassName
{
color: #ABA556;
}
.AnyTagClassName
{
color: #ABA556;
}
</style>
background-color css
<style>
a { background-color: #ABA556; }
a { background-color: rgb(171,165,86); }
div.DivClassName
{
background-color: #ABA556;
}
.BgClassName
{
background-color: #ABA556;
}
</style>
border-color css
<style>
span { border-color: #ABA556; }
span { border-color: rgb(171,165,86); }
td.TdClassName
{
border-color: #ABA556;
}
.TagClassName
{
border-color: #ABA556;
}
</style>