Shades of Olive Green #ABBA5D
Tints of Olive Green #ABBA5D
RGB
CMYK
RGB Variations
Color information
#ABBA5D (or 0xABBA5D) is known color: Olive Green. HEX triplet: AB, BA and 5D. RGB value is (171,186,93). Sum of RGB (Red+Green+Blue) = 171+186+93=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA5D is #5445A2. Grayscale: #ABABAB. Windows color (decimal): -5522851 or 6142635. OLE color: 6142635.
HSL color Cylindrical-coordinate representation of color #ABBA5D: hue angle of 69.68º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABBA5D is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 93 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.27 |
| HSL | 69.68º | 0.4% | 0.55% | - |
| HSV(B) | 69.68º | 0.5% | 0.73% | - |
| XYZ | 36.33 | 44.57 | 17.04 | - |
| YUV | 170.91 | 84.03 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 93 | 0.08 | 0 | 0.5 | 0.27 | 69.68 | 0.4 | 0.55 |
| Hex | AB | BA | 5D | 8 | 0 | 32 | 1B | 46 | 28 | 37 |
| Octal | 253 | 272 | 135 | 10 | 0 | 62 | 33 | 106 | 50 | 67 |
| Binary | 10101011 | 10111010 | 1011101 | 1000 | 0 | 110010 | 11011 | 1000110 | 101000 | 110111 |
Color Harmonies of #ABBA5D
Complementary color
Monochromatic Colors of #ABBA5D
Black with #ABBA5D
Text Example
Text Example
White with #ABBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA5D; }
p { color: rgb(171,186,93); }
H1.HeaderClassName
{
color: #ABBA5D;
}
.AnyTagClassName
{
color: #ABBA5D;
}
</style>
background-color css
<style>
a { background-color: #ABBA5D; }
a { background-color: rgb(171,186,93); }
div.DivClassName
{
background-color: #ABBA5D;
}
.BgClassName
{
background-color: #ABBA5D;
}
</style>
border-color css
<style>
span { border-color: #ABBA5D; }
span { border-color: rgb(171,186,93); }
td.TdClassName
{
border-color: #ABBA5D;
}
.TagClassName
{
border-color: #ABBA5D;
}
</style>