Shades of Olive Green #ABAB50
Tints of Olive Green #ABAB50
RGB
CMYK
RGB Variations
Color information
#ABAB50 (or 0xABAB50) is known color: Olive Green. HEX triplet: AB, AB and 50. RGB value is (171,171,80). Sum of RGB (Red+Green+Blue) = 171+171+80=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB50 is #5454AF. Grayscale: #A0A0A0. Windows color (decimal): -5526704 or 5286827. OLE color: 5286827.
HSL color Cylindrical-coordinate representation of color #ABAB50: hue angle of 60º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABAB50 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 80 | - |
| CMYK | 0 | 0 | 0.53 | 0.33 |
| HSL | 60º | 0.36% | 0.49% | - |
| HSV(B) | 60º | 0.53% | 0.67% | - |
| XYZ | 32.81 | 38.36 | 13.27 | - |
| YUV | 160.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 80 | 0 | 0 | 0.53 | 0.33 | 60 | 0.36 | 0.49 |
| Hex | AB | AB | 50 | 0 | 0 | 35 | 21 | 3C | 24 | 31 |
| Octal | 253 | 253 | 120 | 0 | 0 | 65 | 41 | 74 | 44 | 61 |
| Binary | 10101011 | 10101011 | 1010000 | 0 | 0 | 110101 | 100001 | 111100 | 100100 | 110001 |
Color Harmonies of #ABAB50
Complementary color
Monochromatic Colors of #ABAB50
Black with #ABAB50
Text Example
Text Example
White with #ABAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB50; }
p { color: rgb(171,171,80); }
H1.HeaderClassName
{
color: #ABAB50;
}
.AnyTagClassName
{
color: #ABAB50;
}
</style>
background-color css
<style>
a { background-color: #ABAB50; }
a { background-color: rgb(171,171,80); }
div.DivClassName
{
background-color: #ABAB50;
}
.BgClassName
{
background-color: #ABAB50;
}
</style>
border-color css
<style>
span { border-color: #ABAB50; }
span { border-color: rgb(171,171,80); }
td.TdClassName
{
border-color: #ABAB50;
}
.TagClassName
{
border-color: #ABAB50;
}
</style>