Shades of Olive Green #ABA652
Tints of Olive Green #ABA652
RGB
CMYK
RGB Variations
Color information
#ABA652 (or 0xABA652) is known color: Olive Green. HEX triplet: AB, A6 and 52. RGB value is (171,166,82). Sum of RGB (Red+Green+Blue) = 171+166+82=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA652 is #5459AD. Grayscale: #9E9E9E. Windows color (decimal): -5527982 or 5416619. OLE color: 5416619.
HSL color Cylindrical-coordinate representation of color #ABA652: hue angle of 56.63º 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 #ABA652 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 82 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.33 |
| HSL | 56.63º | 0.35% | 0.5% | - |
| HSV(B) | 56.63º | 0.52% | 0.67% | - |
| XYZ | 31.95 | 36.54 | 13.35 | - |
| YUV | 157.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 82 | 0 | 0.03 | 0.52 | 0.33 | 56.63 | 0.35 | 0.5 |
| Hex | AB | A6 | 52 | 0 | 3 | 34 | 21 | 39 | 23 | 32 |
| Octal | 253 | 246 | 122 | 0 | 3 | 64 | 41 | 71 | 43 | 62 |
| Binary | 10101011 | 10100110 | 1010010 | 0 | 11 | 110100 | 100001 | 111001 | 100011 | 110010 |
Color Harmonies of #ABA652
Complementary color
Monochromatic Colors of #ABA652
Black with #ABA652
Text Example
Text Example
White with #ABA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA652; }
p { color: rgb(171,166,82); }
H1.HeaderClassName
{
color: #ABA652;
}
.AnyTagClassName
{
color: #ABA652;
}
</style>
background-color css
<style>
a { background-color: #ABA652; }
a { background-color: rgb(171,166,82); }
div.DivClassName
{
background-color: #ABA652;
}
.BgClassName
{
background-color: #ABA652;
}
</style>
border-color css
<style>
span { border-color: #ABA652; }
span { border-color: rgb(171,166,82); }
td.TdClassName
{
border-color: #ABA652;
}
.TagClassName
{
border-color: #ABA652;
}
</style>