Shades of Olive Green #ABA454
Tints of Olive Green #ABA454
RGB
CMYK
RGB Variations
Color information
#ABA454 (or 0xABA454) is known color: Olive Green. HEX triplet: AB, A4 and 54. RGB value is (171,164,84). Sum of RGB (Red+Green+Blue) = 171+164+84=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA454 is #545BAB. Grayscale: #9D9D9D. Windows color (decimal): -5528492 or 5547179. OLE color: 5547179.
HSL color Cylindrical-coordinate representation of color #ABA454: hue angle of 55.17º 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 #ABA454 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 84 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.33 |
| HSL | 55.17º | 0.34% | 0.5% | - |
| HSV(B) | 55.17º | 0.51% | 0.67% | - |
| XYZ | 31.67 | 35.85 | 13.64 | - |
| YUV | 156.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 84 | 0 | 0.04 | 0.51 | 0.33 | 55.17 | 0.34 | 0.5 |
| Hex | AB | A4 | 54 | 0 | 4 | 33 | 21 | 37 | 22 | 32 |
| Octal | 253 | 244 | 124 | 0 | 4 | 63 | 41 | 67 | 42 | 62 |
| Binary | 10101011 | 10100100 | 1010100 | 0 | 100 | 110011 | 100001 | 110111 | 100010 | 110010 |
Color Harmonies of #ABA454
Complementary color
Monochromatic Colors of #ABA454
Black with #ABA454
Text Example
Text Example
White with #ABA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA454; }
p { color: rgb(171,164,84); }
H1.HeaderClassName
{
color: #ABA454;
}
.AnyTagClassName
{
color: #ABA454;
}
</style>
background-color css
<style>
a { background-color: #ABA454; }
a { background-color: rgb(171,164,84); }
div.DivClassName
{
background-color: #ABA454;
}
.BgClassName
{
background-color: #ABA454;
}
</style>
border-color css
<style>
span { border-color: #ABA454; }
span { border-color: rgb(171,164,84); }
td.TdClassName
{
border-color: #ABA454;
}
.TagClassName
{
border-color: #ABA454;
}
</style>