Shades of Olive Green #ABAB53
Tints of Olive Green #ABAB53
RGB
CMYK
RGB Variations
Color information
#ABAB53 (or 0xABAB53) is known color: Olive Green. HEX triplet: AB, AB and 53. RGB value is (171,171,83). Sum of RGB (Red+Green+Blue) = 171+171+83=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB53 is #5454AC. Grayscale: #A1A1A1. Windows color (decimal): -5526701 or 5483435. OLE color: 5483435.
HSL color Cylindrical-coordinate representation of color #ABAB53: hue angle of 60º 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 #ABAB53 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 83 | - |
| CMYK | 0 | 0 | 0.51 | 0.33 |
| HSL | 60º | 0.35% | 0.5% | - |
| HSV(B) | 60º | 0.51% | 0.67% | - |
| XYZ | 32.92 | 38.41 | 13.86 | - |
| YUV | 160.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 83 | 0 | 0 | 0.51 | 0.33 | 60 | 0.35 | 0.5 |
| Hex | AB | AB | 53 | 0 | 0 | 33 | 21 | 3C | 23 | 32 |
| Octal | 253 | 253 | 123 | 0 | 0 | 63 | 41 | 74 | 43 | 62 |
| Binary | 10101011 | 10101011 | 1010011 | 0 | 0 | 110011 | 100001 | 111100 | 100011 | 110010 |
Color Harmonies of #ABAB53
Complementary color
Monochromatic Colors of #ABAB53
Black with #ABAB53
Text Example
Text Example
White with #ABAB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB53; }
p { color: rgb(171,171,83); }
H1.HeaderClassName
{
color: #ABAB53;
}
.AnyTagClassName
{
color: #ABAB53;
}
</style>
background-color css
<style>
a { background-color: #ABAB53; }
a { background-color: rgb(171,171,83); }
div.DivClassName
{
background-color: #ABAB53;
}
.BgClassName
{
background-color: #ABAB53;
}
</style>
border-color css
<style>
span { border-color: #ABAB53; }
span { border-color: rgb(171,171,83); }
td.TdClassName
{
border-color: #ABAB53;
}
.TagClassName
{
border-color: #ABAB53;
}
</style>