Shades of Green Spring #ABB895
Tints of Green Spring #ABB895
RGB
CMYK
RGB Variations
Color information
#ABB895 (or 0xABB895) is known color: Green Spring. HEX triplet: AB, B8 and 95. RGB value is (171,184,149). Sum of RGB (Red+Green+Blue) = 171+184+149=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB895 is #54476A. Grayscale: #B0B0B0. Windows color (decimal): -5523307 or 9812139. OLE color: 9812139.
HSL color Cylindrical-coordinate representation of color #ABB895: hue angle of 82.29º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABB895 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 149 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.28 |
| HSL | 82.29º | 0.2% | 0.65% | - |
| HSV(B) | 82.29º | 0.19% | 0.72% | - |
| XYZ | 39.36 | 45.11 | 35.07 | - |
| YUV | 176.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 149 | 0.07 | 0 | 0.19 | 0.28 | 82.29 | 0.2 | 0.65 |
| Hex | AB | B8 | 95 | 7 | 0 | 13 | 1C | 52 | 14 | 41 |
| Octal | 253 | 270 | 225 | 7 | 0 | 23 | 34 | 122 | 24 | 101 |
| Binary | 10101011 | 10111000 | 10010101 | 111 | 0 | 10011 | 11100 | 1010010 | 10100 | 1000001 |
Color Harmonies of #ABB895
Complementary color
Monochromatic Colors of #ABB895
Black with #ABB895
Text Example
Text Example
White with #ABB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB895; }
p { color: rgb(171,184,149); }
H1.HeaderClassName
{
color: #ABB895;
}
.AnyTagClassName
{
color: #ABB895;
}
</style>
background-color css
<style>
a { background-color: #ABB895; }
a { background-color: rgb(171,184,149); }
div.DivClassName
{
background-color: #ABB895;
}
.BgClassName
{
background-color: #ABB895;
}
</style>
border-color css
<style>
span { border-color: #ABB895; }
span { border-color: rgb(171,184,149); }
td.TdClassName
{
border-color: #ABB895;
}
.TagClassName
{
border-color: #ABB895;
}
</style>