Shades of Green Spring #ABB195
Tints of Green Spring #ABB195
RGB
CMYK
RGB Variations
Color information
#ABB195 (or 0xABB195) is known color: Green Spring. HEX triplet: AB, B1 and 95. RGB value is (171,177,149). Sum of RGB (Red+Green+Blue) = 171+177+149=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB195 is #544E6A. Grayscale: #ACACAC. Windows color (decimal): -5525099 or 9810347. OLE color: 9810347.
HSL color Cylindrical-coordinate representation of color #ABB195: hue angle of 72.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABB195 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 149 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.31 |
| HSL | 72.86º | 0.15% | 0.64% | - |
| HSV(B) | 72.86º | 0.16% | 0.69% | - |
| XYZ | 37.94 | 42.27 | 34.59 | - |
| YUV | 172.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 149 | 0.03 | 0 | 0.16 | 0.31 | 72.86 | 0.15 | 0.64 |
| Hex | AB | B1 | 95 | 3 | 0 | 10 | 1F | 49 | F | 40 |
| Octal | 253 | 261 | 225 | 3 | 0 | 20 | 37 | 111 | 17 | 100 |
| Binary | 10101011 | 10110001 | 10010101 | 11 | 0 | 10000 | 11111 | 1001001 | 1111 | 1000000 |
Color Harmonies of #ABB195
Complementary color
Monochromatic Colors of #ABB195
Black with #ABB195
Text Example
Text Example
White with #ABB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB195; }
p { color: rgb(171,177,149); }
H1.HeaderClassName
{
color: #ABB195;
}
.AnyTagClassName
{
color: #ABB195;
}
</style>
background-color css
<style>
a { background-color: #ABB195; }
a { background-color: rgb(171,177,149); }
div.DivClassName
{
background-color: #ABB195;
}
.BgClassName
{
background-color: #ABB195;
}
</style>
border-color css
<style>
span { border-color: #ABB195; }
span { border-color: rgb(171,177,149); }
td.TdClassName
{
border-color: #ABB195;
}
.TagClassName
{
border-color: #ABB195;
}
</style>