Shades of Olive Green #ABAC5B
Tints of Olive Green #ABAC5B
RGB
CMYK
RGB Variations
Color information
#ABAC5B (or 0xABAC5B) is known color: Olive Green. HEX triplet: AB, AC and 5B. RGB value is (171,172,91). Sum of RGB (Red+Green+Blue) = 171+172+91=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC5B is #5453A4. Grayscale: #A2A2A2. Windows color (decimal): -5526437 or 6007979. OLE color: 6007979.
HSL color Cylindrical-coordinate representation of color #ABAC5B: hue angle of 60.74º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABAC5B is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 91 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.33 |
| HSL | 60.74º | 0.33% | 0.52% | - |
| HSV(B) | 60.74º | 0.47% | 0.67% | - |
| XYZ | 33.44 | 38.92 | 15.65 | - |
| YUV | 162.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 91 | 0.01 | 0 | 0.47 | 0.33 | 60.74 | 0.33 | 0.52 |
| Hex | AB | AC | 5B | 1 | 0 | 2F | 21 | 3D | 21 | 34 |
| Octal | 253 | 254 | 133 | 1 | 0 | 57 | 41 | 75 | 41 | 64 |
| Binary | 10101011 | 10101100 | 1011011 | 1 | 0 | 101111 | 100001 | 111101 | 100001 | 110100 |
Color Harmonies of #ABAC5B
Complementary color
Monochromatic Colors of #ABAC5B
Black with #ABAC5B
Text Example
Text Example
White with #ABAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC5B; }
p { color: rgb(171,172,91); }
H1.HeaderClassName
{
color: #ABAC5B;
}
.AnyTagClassName
{
color: #ABAC5B;
}
</style>
background-color css
<style>
a { background-color: #ABAC5B; }
a { background-color: rgb(171,172,91); }
div.DivClassName
{
background-color: #ABAC5B;
}
.BgClassName
{
background-color: #ABAC5B;
}
</style>
border-color css
<style>
span { border-color: #ABAC5B; }
span { border-color: rgb(171,172,91); }
td.TdClassName
{
border-color: #ABAC5B;
}
.TagClassName
{
border-color: #ABAC5B;
}
</style>