Shades of Olive Green #ABA653
Tints of Olive Green #ABA653
RGB
CMYK
RGB Variations
Color information
#ABA653 (or 0xABA653) is known color: Olive Green. HEX triplet: AB, A6 and 53. RGB value is (171,166,83). Sum of RGB (Red+Green+Blue) = 171+166+83=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA653 is #5459AC. Grayscale: #9E9E9E. Windows color (decimal): -5527981 or 5482155. OLE color: 5482155.
HSL color Cylindrical-coordinate representation of color #ABA653: hue angle of 56.59º 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 #ABA653 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 83 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.33 |
| HSL | 56.59º | 0.35% | 0.5% | - |
| HSV(B) | 56.59º | 0.51% | 0.67% | - |
| XYZ | 31.99 | 36.55 | 13.55 | - |
| YUV | 158.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 83 | 0 | 0.03 | 0.51 | 0.33 | 56.59 | 0.35 | 0.5 |
| Hex | AB | A6 | 53 | 0 | 3 | 33 | 21 | 39 | 23 | 32 |
| Octal | 253 | 246 | 123 | 0 | 3 | 63 | 41 | 71 | 43 | 62 |
| Binary | 10101011 | 10100110 | 1010011 | 0 | 11 | 110011 | 100001 | 111001 | 100011 | 110010 |
Color Harmonies of #ABA653
Complementary color
Monochromatic Colors of #ABA653
Black with #ABA653
Text Example
Text Example
White with #ABA653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA653; }
p { color: rgb(171,166,83); }
H1.HeaderClassName
{
color: #ABA653;
}
.AnyTagClassName
{
color: #ABA653;
}
</style>
background-color css
<style>
a { background-color: #ABA653; }
a { background-color: rgb(171,166,83); }
div.DivClassName
{
background-color: #ABA653;
}
.BgClassName
{
background-color: #ABA653;
}
</style>
border-color css
<style>
span { border-color: #ABA653; }
span { border-color: rgb(171,166,83); }
td.TdClassName
{
border-color: #ABA653;
}
.TagClassName
{
border-color: #ABA653;
}
</style>