Shades of Green Spring #ABB49A
Tints of Green Spring #ABB49A
RGB
CMYK
RGB Variations
Color information
#ABB49A (or 0xABB49A) is known color: Green Spring. HEX triplet: AB, B4 and 9A. RGB value is (171,180,154). Sum of RGB (Red+Green+Blue) = 171+180+154=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB49A is #544B65. Grayscale: #AEAEAE. Windows color (decimal): -5524326 or 10138795. OLE color: 10138795.
HSL color Cylindrical-coordinate representation of color #ABB49A: hue angle of 80.77º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB49A is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 180 | 154 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.29 |
| HSL | 80.77º | 0.15% | 0.65% | - |
| HSV(B) | 80.77º | 0.14% | 0.71% | - |
| XYZ | 38.95 | 43.63 | 36.94 | - |
| YUV | 174.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 154 | 0.05 | 0 | 0.14 | 0.29 | 80.77 | 0.15 | 0.65 |
| Hex | AB | B4 | 9A | 5 | 0 | E | 1D | 51 | F | 41 |
| Octal | 253 | 264 | 232 | 5 | 0 | 16 | 35 | 121 | 17 | 101 |
| Binary | 10101011 | 10110100 | 10011010 | 101 | 0 | 1110 | 11101 | 1010001 | 1111 | 1000001 |
Color Harmonies of #ABB49A
Complementary color
Monochromatic Colors of #ABB49A
Black with #ABB49A
Text Example
Text Example
White with #ABB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB49A; }
p { color: rgb(171,180,154); }
H1.HeaderClassName
{
color: #ABB49A;
}
.AnyTagClassName
{
color: #ABB49A;
}
</style>
background-color css
<style>
a { background-color: #ABB49A; }
a { background-color: rgb(171,180,154); }
div.DivClassName
{
background-color: #ABB49A;
}
.BgClassName
{
background-color: #ABB49A;
}
</style>
border-color css
<style>
span { border-color: #ABB49A; }
span { border-color: rgb(171,180,154); }
td.TdClassName
{
border-color: #ABB49A;
}
.TagClassName
{
border-color: #ABB49A;
}
</style>