Shades of Olive Green #ABA853
Tints of Olive Green #ABA853
RGB
CMYK
RGB Variations
Color information
#ABA853 (or 0xABA853) is known color: Olive Green. HEX triplet: AB, A8 and 53. RGB value is (171,168,83). Sum of RGB (Red+Green+Blue) = 171+168+83=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA853 is #5457AC. Grayscale: #9F9F9F. Windows color (decimal): -5527469 or 5482667. OLE color: 5482667.
HSL color Cylindrical-coordinate representation of color #ABA853: hue angle of 57.95º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABA853 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 83 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.33 |
| HSL | 57.95º | 0.35% | 0.5% | - |
| HSV(B) | 57.95º | 0.51% | 0.67% | - |
| XYZ | 32.36 | 37.29 | 13.68 | - |
| YUV | 159.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 83 | 0 | 0.02 | 0.51 | 0.33 | 57.95 | 0.35 | 0.5 |
| Hex | AB | A8 | 53 | 0 | 2 | 33 | 21 | 3A | 23 | 32 |
| Octal | 253 | 250 | 123 | 0 | 2 | 63 | 41 | 72 | 43 | 62 |
| Binary | 10101011 | 10101000 | 1010011 | 0 | 10 | 110011 | 100001 | 111010 | 100011 | 110010 |
Color Harmonies of #ABA853
Complementary color
Monochromatic Colors of #ABA853
Black with #ABA853
Text Example
Text Example
White with #ABA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA853; }
p { color: rgb(171,168,83); }
H1.HeaderClassName
{
color: #ABA853;
}
.AnyTagClassName
{
color: #ABA853;
}
</style>
background-color css
<style>
a { background-color: #ABA853; }
a { background-color: rgb(171,168,83); }
div.DivClassName
{
background-color: #ABA853;
}
.BgClassName
{
background-color: #ABA853;
}
</style>
border-color css
<style>
span { border-color: #ABA853; }
span { border-color: rgb(171,168,83); }
td.TdClassName
{
border-color: #ABA853;
}
.TagClassName
{
border-color: #ABA853;
}
</style>