Shades of Olive Green #ABA852
Tints of Olive Green #ABA852
RGB
CMYK
RGB Variations
Color information
#ABA852 (or 0xABA852) is known color: Olive Green. HEX triplet: AB, A8 and 52. RGB value is (171,168,82). Sum of RGB (Red+Green+Blue) = 171+168+82=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA852 is #5457AD. Grayscale: #9F9F9F. Windows color (decimal): -5527470 or 5417131. OLE color: 5417131.
HSL color Cylindrical-coordinate representation of color #ABA852: hue angle of 57.98º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABA852 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 82 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.33 |
| HSL | 57.98º | 0.35% | 0.5% | - |
| HSV(B) | 57.98º | 0.52% | 0.67% | - |
| XYZ | 32.32 | 37.27 | 13.47 | - |
| YUV | 159.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 82 | 0 | 0.02 | 0.52 | 0.33 | 57.98 | 0.35 | 0.5 |
| Hex | AB | A8 | 52 | 0 | 2 | 34 | 21 | 3A | 23 | 32 |
| Octal | 253 | 250 | 122 | 0 | 2 | 64 | 41 | 72 | 43 | 62 |
| Binary | 10101011 | 10101000 | 1010010 | 0 | 10 | 110100 | 100001 | 111010 | 100011 | 110010 |
Color Harmonies of #ABA852
Complementary color
Monochromatic Colors of #ABA852
Black with #ABA852
Text Example
Text Example
White with #ABA852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA852; }
p { color: rgb(171,168,82); }
H1.HeaderClassName
{
color: #ABA852;
}
.AnyTagClassName
{
color: #ABA852;
}
</style>
background-color css
<style>
a { background-color: #ABA852; }
a { background-color: rgb(171,168,82); }
div.DivClassName
{
background-color: #ABA852;
}
.BgClassName
{
background-color: #ABA852;
}
</style>
border-color css
<style>
span { border-color: #ABA852; }
span { border-color: rgb(171,168,82); }
td.TdClassName
{
border-color: #ABA852;
}
.TagClassName
{
border-color: #ABA852;
}
</style>