Shades of Olive Green #ABAC50
Tints of Olive Green #ABAC50
RGB
CMYK
RGB Variations
Color information
#ABAC50 (or 0xABAC50) is known color: Olive Green. HEX triplet: AB, AC and 50. RGB value is (171,172,80). Sum of RGB (Red+Green+Blue) = 171+172+80=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC50 is #5453AF. Grayscale: #A1A1A1. Windows color (decimal): -5526448 or 5287083. OLE color: 5287083.
HSL color Cylindrical-coordinate representation of color #ABAC50: hue angle of 60.65º degrees, saturation: 0.37, 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 #ABAC50 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 80 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.33 |
| HSL | 60.65º | 0.37% | 0.49% | - |
| HSV(B) | 60.65º | 0.53% | 0.67% | - |
| XYZ | 33 | 38.74 | 13.33 | - |
| YUV | 161.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 80 | 0.01 | 0 | 0.53 | 0.33 | 60.65 | 0.37 | 0.49 |
| Hex | AB | AC | 50 | 1 | 0 | 35 | 21 | 3D | 25 | 31 |
| Octal | 253 | 254 | 120 | 1 | 0 | 65 | 41 | 75 | 45 | 61 |
| Binary | 10101011 | 10101100 | 1010000 | 1 | 0 | 110101 | 100001 | 111101 | 100101 | 110001 |
Color Harmonies of #ABAC50
Complementary color
Monochromatic Colors of #ABAC50
Black with #ABAC50
Text Example
Text Example
White with #ABAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC50; }
p { color: rgb(171,172,80); }
H1.HeaderClassName
{
color: #ABAC50;
}
.AnyTagClassName
{
color: #ABAC50;
}
</style>
background-color css
<style>
a { background-color: #ABAC50; }
a { background-color: rgb(171,172,80); }
div.DivClassName
{
background-color: #ABAC50;
}
.BgClassName
{
background-color: #ABAC50;
}
</style>
border-color css
<style>
span { border-color: #ABAC50; }
span { border-color: rgb(171,172,80); }
td.TdClassName
{
border-color: #ABAC50;
}
.TagClassName
{
border-color: #ABAC50;
}
</style>