Shades of Olive Green #ABAB54
Tints of Olive Green #ABAB54
RGB
CMYK
RGB Variations
Color information
#ABAB54 (or 0xABAB54) is known color: Olive Green. HEX triplet: AB, AB and 54. RGB value is (171,171,84). Sum of RGB (Red+Green+Blue) = 171+171+84=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB54 is #5454AB. Grayscale: #A1A1A1. Windows color (decimal): -5526700 or 5548971. OLE color: 5548971.
HSL color Cylindrical-coordinate representation of color #ABAB54: hue angle of 60º degrees, saturation: 0.34, 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 #ABAB54 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 84 | - |
| CMYK | 0 | 0 | 0.51 | 0.33 |
| HSL | 60º | 0.34% | 0.5% | - |
| HSV(B) | 60º | 0.51% | 0.67% | - |
| XYZ | 32.96 | 38.42 | 14.07 | - |
| YUV | 161.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 84 | 0 | 0 | 0.51 | 0.33 | 60 | 0.34 | 0.5 |
| Hex | AB | AB | 54 | 0 | 0 | 33 | 21 | 3C | 22 | 32 |
| Octal | 253 | 253 | 124 | 0 | 0 | 63 | 41 | 74 | 42 | 62 |
| Binary | 10101011 | 10101011 | 1010100 | 0 | 0 | 110011 | 100001 | 111100 | 100010 | 110010 |
Color Harmonies of #ABAB54
Complementary color
Monochromatic Colors of #ABAB54
Black with #ABAB54
Text Example
Text Example
White with #ABAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB54; }
p { color: rgb(171,171,84); }
H1.HeaderClassName
{
color: #ABAB54;
}
.AnyTagClassName
{
color: #ABAB54;
}
</style>
background-color css
<style>
a { background-color: #ABAB54; }
a { background-color: rgb(171,171,84); }
div.DivClassName
{
background-color: #ABAB54;
}
.BgClassName
{
background-color: #ABAB54;
}
</style>
border-color css
<style>
span { border-color: #ABAB54; }
span { border-color: rgb(171,171,84); }
td.TdClassName
{
border-color: #ABAB54;
}
.TagClassName
{
border-color: #ABAB54;
}
</style>