Shades of Olive Green #ABAA54
Tints of Olive Green #ABAA54
RGB
CMYK
RGB Variations
Color information
#ABAA54 (or 0xABAA54) is known color: Olive Green. HEX triplet: AB, AA and 54. RGB value is (171,170,84). Sum of RGB (Red+Green+Blue) = 171+170+84=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA54 is #5455AB. Grayscale: #A0A0A0. Windows color (decimal): -5526956 or 5548715. OLE color: 5548715.
HSL color Cylindrical-coordinate representation of color #ABAA54: hue angle of 59.31º 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 #ABAA54 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 84 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.33 |
| HSL | 59.31º | 0.34% | 0.5% | - |
| HSV(B) | 59.31º | 0.51% | 0.67% | - |
| XYZ | 32.77 | 38.05 | 14 | - |
| YUV | 160.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 84 | 0 | 0.01 | 0.51 | 0.33 | 59.31 | 0.34 | 0.5 |
| Hex | AB | AA | 54 | 0 | 1 | 33 | 21 | 3B | 22 | 32 |
| Octal | 253 | 252 | 124 | 0 | 1 | 63 | 41 | 73 | 42 | 62 |
| Binary | 10101011 | 10101010 | 1010100 | 0 | 1 | 110011 | 100001 | 111011 | 100010 | 110010 |
Color Harmonies of #ABAA54
Complementary color
Monochromatic Colors of #ABAA54
Black with #ABAA54
Text Example
Text Example
White with #ABAA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA54; }
p { color: rgb(171,170,84); }
H1.HeaderClassName
{
color: #ABAA54;
}
.AnyTagClassName
{
color: #ABAA54;
}
</style>
background-color css
<style>
a { background-color: #ABAA54; }
a { background-color: rgb(171,170,84); }
div.DivClassName
{
background-color: #ABAA54;
}
.BgClassName
{
background-color: #ABAA54;
}
</style>
border-color css
<style>
span { border-color: #ABAA54; }
span { border-color: rgb(171,170,84); }
td.TdClassName
{
border-color: #ABAA54;
}
.TagClassName
{
border-color: #ABAA54;
}
</style>