Shades of Olive Green #ABB85D
Tints of Olive Green #ABB85D
RGB
CMYK
RGB Variations
Color information
#ABB85D (or 0xABB85D) is known color: Olive Green. HEX triplet: AB, B8 and 5D. RGB value is (171,184,93). Sum of RGB (Red+Green+Blue) = 171+184+93=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB85D is #5447A2. Grayscale: #AAAAAA. Windows color (decimal): -5523363 or 6142123. OLE color: 6142123.
HSL color Cylindrical-coordinate representation of color #ABB85D: hue angle of 68.57º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABB85D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 93 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.28 |
| HSL | 68.57º | 0.39% | 0.54% | - |
| HSV(B) | 68.57º | 0.49% | 0.72% | - |
| XYZ | 35.91 | 43.73 | 16.9 | - |
| YUV | 169.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 93 | 0.07 | 0 | 0.49 | 0.28 | 68.57 | 0.39 | 0.54 |
| Hex | AB | B8 | 5D | 7 | 0 | 31 | 1C | 45 | 27 | 36 |
| Octal | 253 | 270 | 135 | 7 | 0 | 61 | 34 | 105 | 47 | 66 |
| Binary | 10101011 | 10111000 | 1011101 | 111 | 0 | 110001 | 11100 | 1000101 | 100111 | 110110 |
Color Harmonies of #ABB85D
Complementary color
Monochromatic Colors of #ABB85D
Black with #ABB85D
Text Example
Text Example
White with #ABB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB85D; }
p { color: rgb(171,184,93); }
H1.HeaderClassName
{
color: #ABB85D;
}
.AnyTagClassName
{
color: #ABB85D;
}
</style>
background-color css
<style>
a { background-color: #ABB85D; }
a { background-color: rgb(171,184,93); }
div.DivClassName
{
background-color: #ABB85D;
}
.BgClassName
{
background-color: #ABB85D;
}
</style>
border-color css
<style>
span { border-color: #ABB85D; }
span { border-color: rgb(171,184,93); }
td.TdClassName
{
border-color: #ABB85D;
}
.TagClassName
{
border-color: #ABB85D;
}
</style>