Shades of Green Spring #ABB395
Tints of Green Spring #ABB395
RGB
CMYK
RGB Variations
Color information
#ABB395 (or 0xABB395) is known color: Green Spring. HEX triplet: AB, B3 and 95. RGB value is (171,179,149). Sum of RGB (Red+Green+Blue) = 171+179+149=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB395 is #544C6A. Grayscale: #ADADAD. Windows color (decimal): -5524587 or 9810859. OLE color: 9810859.
HSL color Cylindrical-coordinate representation of color #ABB395: hue angle of 76º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABB395 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 149 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.30 |
| HSL | 76º | 0.16% | 0.64% | - |
| HSV(B) | 76º | 0.17% | 0.7% | - |
| XYZ | 38.34 | 43.07 | 34.73 | - |
| YUV | 173.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 149 | 0.04 | 0 | 0.17 | 0.30 | 76 | 0.16 | 0.64 |
| Hex | AB | B3 | 95 | 4 | 0 | 11 | 1E | 4C | 10 | 40 |
| Octal | 253 | 263 | 225 | 4 | 0 | 21 | 36 | 114 | 20 | 100 |
| Binary | 10101011 | 10110011 | 10010101 | 100 | 0 | 10001 | 11110 | 1001100 | 10000 | 1000000 |
Color Harmonies of #ABB395
Complementary color
Monochromatic Colors of #ABB395
Black with #ABB395
Text Example
Text Example
White with #ABB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB395; }
p { color: rgb(171,179,149); }
H1.HeaderClassName
{
color: #ABB395;
}
.AnyTagClassName
{
color: #ABB395;
}
</style>
background-color css
<style>
a { background-color: #ABB395; }
a { background-color: rgb(171,179,149); }
div.DivClassName
{
background-color: #ABB395;
}
.BgClassName
{
background-color: #ABB395;
}
</style>
border-color css
<style>
span { border-color: #ABB395; }
span { border-color: rgb(171,179,149); }
td.TdClassName
{
border-color: #ABB395;
}
.TagClassName
{
border-color: #ABB395;
}
</style>