Shades of Green Spring #ABB59C
Tints of Green Spring #ABB59C
RGB
CMYK
RGB Variations
Color information
#ABB59C (or 0xABB59C) is known color: Green Spring. HEX triplet: AB, B5 and 9C. RGB value is (171,181,156). Sum of RGB (Red+Green+Blue) = 171+181+156=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB59C is #544A63. Grayscale: #AFAFAF. Windows color (decimal): -5524068 or 10270123. OLE color: 10270123.
HSL color Cylindrical-coordinate representation of color #ABB59C: hue angle of 84º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB59C is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 181 | 156 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.29 |
| HSL | 84º | 0.14% | 0.66% | - |
| HSV(B) | 84º | 0.14% | 0.71% | - |
| XYZ | 39.32 | 44.11 | 37.89 | - |
| YUV | 175.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 181 | 156 | 0.06 | 0 | 0.14 | 0.29 | 84 | 0.14 | 0.66 |
| Hex | AB | B5 | 9C | 6 | 0 | E | 1D | 54 | E | 42 |
| Octal | 253 | 265 | 234 | 6 | 0 | 16 | 35 | 124 | 16 | 102 |
| Binary | 10101011 | 10110101 | 10011100 | 110 | 0 | 1110 | 11101 | 1010100 | 1110 | 1000010 |
Color Harmonies of #ABB59C
Complementary color
Monochromatic Colors of #ABB59C
Black with #ABB59C
Text Example
Text Example
White with #ABB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB59C; }
p { color: rgb(171,181,156); }
H1.HeaderClassName
{
color: #ABB59C;
}
.AnyTagClassName
{
color: #ABB59C;
}
</style>
background-color css
<style>
a { background-color: #ABB59C; }
a { background-color: rgb(171,181,156); }
div.DivClassName
{
background-color: #ABB59C;
}
.BgClassName
{
background-color: #ABB59C;
}
</style>
border-color css
<style>
span { border-color: #ABB59C; }
span { border-color: rgb(171,181,156); }
td.TdClassName
{
border-color: #ABB59C;
}
.TagClassName
{
border-color: #ABB59C;
}
</style>