Shades of Green Spring #ABB48E
Tints of Green Spring #ABB48E
RGB
CMYK
RGB Variations
Color information
#ABB48E (or 0xABB48E) is known color: Green Spring. HEX triplet: AB, B4 and 8E. RGB value is (171,180,142). Sum of RGB (Red+Green+Blue) = 171+180+142=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB48E is #544B71. Grayscale: #ADADAD. Windows color (decimal): -5524338 or 9352363. OLE color: 9352363.
HSL color Cylindrical-coordinate representation of color #ABB48E: hue angle of 74.21º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABB48E is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 180 | 142 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.29 |
| HSL | 74.21º | 0.2% | 0.63% | - |
| HSV(B) | 74.21º | 0.21% | 0.71% | - |
| XYZ | 38 | 43.25 | 31.94 | - |
| YUV | 172.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 142 | 0.05 | 0 | 0.21 | 0.29 | 74.21 | 0.2 | 0.63 |
| Hex | AB | B4 | 8E | 5 | 0 | 15 | 1D | 4A | 14 | 3F |
| Octal | 253 | 264 | 216 | 5 | 0 | 25 | 35 | 112 | 24 | 77 |
| Binary | 10101011 | 10110100 | 10001110 | 101 | 0 | 10101 | 11101 | 1001010 | 10100 | 111111 |
Color Harmonies of #ABB48E
Complementary color
Monochromatic Colors of #ABB48E
Black with #ABB48E
Text Example
Text Example
White with #ABB48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB48E; }
p { color: rgb(171,180,142); }
H1.HeaderClassName
{
color: #ABB48E;
}
.AnyTagClassName
{
color: #ABB48E;
}
</style>
background-color css
<style>
a { background-color: #ABB48E; }
a { background-color: rgb(171,180,142); }
div.DivClassName
{
background-color: #ABB48E;
}
.BgClassName
{
background-color: #ABB48E;
}
</style>
border-color css
<style>
span { border-color: #ABB48E; }
span { border-color: rgb(171,180,142); }
td.TdClassName
{
border-color: #ABB48E;
}
.TagClassName
{
border-color: #ABB48E;
}
</style>