Shades of Green Spring #ABB0A1
Tints of Green Spring #ABB0A1
RGB
CMYK
RGB Variations
Color information
#ABB0A1 (or 0xABB0A1) is known color: Green Spring. HEX triplet: AB, B0 and A1. RGB value is (171,176,161). Sum of RGB (Red+Green+Blue) = 171+176+161=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0A1 is #544F5E. Grayscale: #ACACAC. Windows color (decimal): -5525343 or 10596523. OLE color: 10596523.
HSL color Cylindrical-coordinate representation of color #ABB0A1: hue angle of 80º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB0A1 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 176 | 161 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.31 |
| HSL | 80º | 0.09% | 0.66% | - |
| HSV(B) | 80º | 0.09% | 0.69% | - |
| XYZ | 38.75 | 42.28 | 39.84 | - |
| YUV | 172.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 161 | 0.03 | 0 | 0.09 | 0.31 | 80 | 0.09 | 0.66 |
| Hex | AB | B0 | A1 | 3 | 0 | 9 | 1F | 50 | 9 | 42 |
| Octal | 253 | 260 | 241 | 3 | 0 | 11 | 37 | 120 | 11 | 102 |
| Binary | 10101011 | 10110000 | 10100001 | 11 | 0 | 1001 | 11111 | 1010000 | 1001 | 1000010 |
Color Harmonies of #ABB0A1
Complementary color
Monochromatic Colors of #ABB0A1
Black with #ABB0A1
Text Example
Text Example
White with #ABB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0A1; }
p { color: rgb(171,176,161); }
H1.HeaderClassName
{
color: #ABB0A1;
}
.AnyTagClassName
{
color: #ABB0A1;
}
</style>
background-color css
<style>
a { background-color: #ABB0A1; }
a { background-color: rgb(171,176,161); }
div.DivClassName
{
background-color: #ABB0A1;
}
.BgClassName
{
background-color: #ABB0A1;
}
</style>
border-color css
<style>
span { border-color: #ABB0A1; }
span { border-color: rgb(171,176,161); }
td.TdClassName
{
border-color: #ABB0A1;
}
.TagClassName
{
border-color: #ABB0A1;
}
</style>