Shades of Olive Green #ABAC5D
Tints of Olive Green #ABAC5D
RGB
CMYK
RGB Variations
Color information
#ABAC5D (or 0xABAC5D) is known color: Olive Green. HEX triplet: AB, AC and 5D. RGB value is (171,172,93). Sum of RGB (Red+Green+Blue) = 171+172+93=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC5D is #5453A2. Grayscale: #A3A3A3. Windows color (decimal): -5526435 or 6139051. OLE color: 6139051.
HSL color Cylindrical-coordinate representation of color #ABAC5D: hue angle of 60.76º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABAC5D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 93 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.33 |
| HSL | 60.76º | 0.32% | 0.52% | - |
| HSV(B) | 60.76º | 0.46% | 0.67% | - |
| XYZ | 33.52 | 38.95 | 16.11 | - |
| YUV | 162.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 93 | 0.01 | 0 | 0.46 | 0.33 | 60.76 | 0.32 | 0.52 |
| Hex | AB | AC | 5D | 1 | 0 | 2E | 21 | 3D | 20 | 34 |
| Octal | 253 | 254 | 135 | 1 | 0 | 56 | 41 | 75 | 40 | 64 |
| Binary | 10101011 | 10101100 | 1011101 | 1 | 0 | 101110 | 100001 | 111101 | 100000 | 110100 |
Color Harmonies of #ABAC5D
Complementary color
Monochromatic Colors of #ABAC5D
Black with #ABAC5D
Text Example
Text Example
White with #ABAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC5D; }
p { color: rgb(171,172,93); }
H1.HeaderClassName
{
color: #ABAC5D;
}
.AnyTagClassName
{
color: #ABAC5D;
}
</style>
background-color css
<style>
a { background-color: #ABAC5D; }
a { background-color: rgb(171,172,93); }
div.DivClassName
{
background-color: #ABAC5D;
}
.BgClassName
{
background-color: #ABAC5D;
}
</style>
border-color css
<style>
span { border-color: #ABAC5D; }
span { border-color: rgb(171,172,93); }
td.TdClassName
{
border-color: #ABAC5D;
}
.TagClassName
{
border-color: #ABAC5D;
}
</style>