Shades of Olive Green #ABAC53
Tints of Olive Green #ABAC53
RGB
CMYK
RGB Variations
Color information
#ABAC53 (or 0xABAC53) is known color: Olive Green. HEX triplet: AB, AC and 53. RGB value is (171,172,83). Sum of RGB (Red+Green+Blue) = 171+172+83=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC53 is #5453AC. Grayscale: #A1A1A1. Windows color (decimal): -5526445 or 5483691. OLE color: 5483691.
HSL color Cylindrical-coordinate representation of color #ABAC53: hue angle of 60.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABAC53 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 83 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.33 |
| HSL | 60.67º | 0.35% | 0.5% | - |
| HSV(B) | 60.67º | 0.52% | 0.67% | - |
| XYZ | 33.11 | 38.79 | 13.93 | - |
| YUV | 161.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 83 | 0.01 | 0 | 0.52 | 0.33 | 60.67 | 0.35 | 0.5 |
| Hex | AB | AC | 53 | 1 | 0 | 34 | 21 | 3D | 23 | 32 |
| Octal | 253 | 254 | 123 | 1 | 0 | 64 | 41 | 75 | 43 | 62 |
| Binary | 10101011 | 10101100 | 1010011 | 1 | 0 | 110100 | 100001 | 111101 | 100011 | 110010 |
Color Harmonies of #ABAC53
Complementary color
Monochromatic Colors of #ABAC53
Black with #ABAC53
Text Example
Text Example
White with #ABAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC53; }
p { color: rgb(171,172,83); }
H1.HeaderClassName
{
color: #ABAC53;
}
.AnyTagClassName
{
color: #ABAC53;
}
</style>
background-color css
<style>
a { background-color: #ABAC53; }
a { background-color: rgb(171,172,83); }
div.DivClassName
{
background-color: #ABAC53;
}
.BgClassName
{
background-color: #ABAC53;
}
</style>
border-color css
<style>
span { border-color: #ABAC53; }
span { border-color: rgb(171,172,83); }
td.TdClassName
{
border-color: #ABAC53;
}
.TagClassName
{
border-color: #ABAC53;
}
</style>