Shades of Olive Green #ABAA53
Tints of Olive Green #ABAA53
RGB
CMYK
RGB Variations
Color information
#ABAA53 (or 0xABAA53) is known color: Olive Green. HEX triplet: AB, AA and 53. RGB value is (171,170,83). Sum of RGB (Red+Green+Blue) = 171+170+83=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA53 is #5455AC. Grayscale: #A0A0A0. Windows color (decimal): -5526957 or 5483179. OLE color: 5483179.
HSL color Cylindrical-coordinate representation of color #ABAA53: hue angle of 59.32º 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 #ABAA53 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 83 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.33 |
| HSL | 59.32º | 0.35% | 0.5% | - |
| HSV(B) | 59.32º | 0.51% | 0.67% | - |
| XYZ | 32.73 | 38.03 | 13.8 | - |
| YUV | 160.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 83 | 0 | 0.01 | 0.51 | 0.33 | 59.32 | 0.35 | 0.5 |
| Hex | AB | AA | 53 | 0 | 1 | 33 | 21 | 3B | 23 | 32 |
| Octal | 253 | 252 | 123 | 0 | 1 | 63 | 41 | 73 | 43 | 62 |
| Binary | 10101011 | 10101010 | 1010011 | 0 | 1 | 110011 | 100001 | 111011 | 100011 | 110010 |
Color Harmonies of #ABAA53
Complementary color
Monochromatic Colors of #ABAA53
Black with #ABAA53
Text Example
Text Example
White with #ABAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA53; }
p { color: rgb(171,170,83); }
H1.HeaderClassName
{
color: #ABAA53;
}
.AnyTagClassName
{
color: #ABAA53;
}
</style>
background-color css
<style>
a { background-color: #ABAA53; }
a { background-color: rgb(171,170,83); }
div.DivClassName
{
background-color: #ABAA53;
}
.BgClassName
{
background-color: #ABAA53;
}
</style>
border-color css
<style>
span { border-color: #ABAA53; }
span { border-color: rgb(171,170,83); }
td.TdClassName
{
border-color: #ABAA53;
}
.TagClassName
{
border-color: #ABAA53;
}
</style>