Shades of Olive Green #ABAC54
Tints of Olive Green #ABAC54
RGB
CMYK
RGB Variations
Color information
#ABAC54 (or 0xABAC54) is known color: Olive Green. HEX triplet: AB, AC and 54. RGB value is (171,172,84). Sum of RGB (Red+Green+Blue) = 171+172+84=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC54 is #5453AB. Grayscale: #A2A2A2. Windows color (decimal): -5526444 or 5549227. OLE color: 5549227.
HSL color Cylindrical-coordinate representation of color #ABAC54: hue angle of 60.68º degrees, saturation: 0.35, 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 #ABAC54 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 84 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.33 |
| HSL | 60.68º | 0.35% | 0.5% | - |
| HSV(B) | 60.68º | 0.51% | 0.67% | - |
| XYZ | 33.15 | 38.8 | 14.13 | - |
| YUV | 161.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 84 | 0.01 | 0 | 0.51 | 0.33 | 60.68 | 0.35 | 0.5 |
| Hex | AB | AC | 54 | 1 | 0 | 33 | 21 | 3D | 23 | 32 |
| Octal | 253 | 254 | 124 | 1 | 0 | 63 | 41 | 75 | 43 | 62 |
| Binary | 10101011 | 10101100 | 1010100 | 1 | 0 | 110011 | 100001 | 111101 | 100011 | 110010 |
Color Harmonies of #ABAC54
Complementary color
Monochromatic Colors of #ABAC54
Black with #ABAC54
Text Example
Text Example
White with #ABAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC54; }
p { color: rgb(171,172,84); }
H1.HeaderClassName
{
color: #ABAC54;
}
.AnyTagClassName
{
color: #ABAC54;
}
</style>
background-color css
<style>
a { background-color: #ABAC54; }
a { background-color: rgb(171,172,84); }
div.DivClassName
{
background-color: #ABAC54;
}
.BgClassName
{
background-color: #ABAC54;
}
</style>
border-color css
<style>
span { border-color: #ABAC54; }
span { border-color: rgb(171,172,84); }
td.TdClassName
{
border-color: #ABAC54;
}
.TagClassName
{
border-color: #ABAC54;
}
</style>