Shades of Olive Green #ABA954
Tints of Olive Green #ABA954
RGB
CMYK
RGB Variations
Color information
#ABA954 (or 0xABA954) is known color: Olive Green. HEX triplet: AB, A9 and 54. RGB value is (171,169,84). Sum of RGB (Red+Green+Blue) = 171+169+84=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA954 is #5456AB. Grayscale: #A0A0A0. Windows color (decimal): -5527212 or 5548459. OLE color: 5548459.
HSL color Cylindrical-coordinate representation of color #ABA954: hue angle of 58.62º 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 #ABA954 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 84 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.33 |
| HSL | 58.62º | 0.34% | 0.5% | - |
| HSV(B) | 58.62º | 0.51% | 0.67% | - |
| XYZ | 32.58 | 37.67 | 13.94 | - |
| YUV | 159.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 84 | 0 | 0.01 | 0.51 | 0.33 | 58.62 | 0.34 | 0.5 |
| Hex | AB | A9 | 54 | 0 | 1 | 33 | 21 | 3B | 22 | 32 |
| Octal | 253 | 251 | 124 | 0 | 1 | 63 | 41 | 73 | 42 | 62 |
| Binary | 10101011 | 10101001 | 1010100 | 0 | 1 | 110011 | 100001 | 111011 | 100010 | 110010 |
Color Harmonies of #ABA954
Complementary color
Monochromatic Colors of #ABA954
Black with #ABA954
Text Example
Text Example
White with #ABA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA954; }
p { color: rgb(171,169,84); }
H1.HeaderClassName
{
color: #ABA954;
}
.AnyTagClassName
{
color: #ABA954;
}
</style>
background-color css
<style>
a { background-color: #ABA954; }
a { background-color: rgb(171,169,84); }
div.DivClassName
{
background-color: #ABA954;
}
.BgClassName
{
background-color: #ABA954;
}
</style>
border-color css
<style>
span { border-color: #ABA954; }
span { border-color: rgb(171,169,84); }
td.TdClassName
{
border-color: #ABA954;
}
.TagClassName
{
border-color: #ABA954;
}
</style>