Shades of Green Spring #ABB392
Tints of Green Spring #ABB392
RGB
CMYK
RGB Variations
Color information
#ABB392 (or 0xABB392) is known color: Green Spring. HEX triplet: AB, B3 and 92. RGB value is (171,179,146). Sum of RGB (Red+Green+Blue) = 171+179+146=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB392 is #544C6D. Grayscale: #ACACAC. Windows color (decimal): -5524590 or 9614251. OLE color: 9614251.
HSL color Cylindrical-coordinate representation of color #ABB392: hue angle of 74.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABB392 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 146 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.30 |
| HSL | 74.55º | 0.18% | 0.64% | - |
| HSV(B) | 74.55º | 0.18% | 0.7% | - |
| XYZ | 38.1 | 42.97 | 33.48 | - |
| YUV | 172.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 146 | 0.04 | 0 | 0.18 | 0.30 | 74.55 | 0.18 | 0.64 |
| Hex | AB | B3 | 92 | 4 | 0 | 12 | 1E | 4B | 12 | 40 |
| Octal | 253 | 263 | 222 | 4 | 0 | 22 | 36 | 113 | 22 | 100 |
| Binary | 10101011 | 10110011 | 10010010 | 100 | 0 | 10010 | 11110 | 1001011 | 10010 | 1000000 |
Color Harmonies of #ABB392
Complementary color
Monochromatic Colors of #ABB392
Black with #ABB392
Text Example
Text Example
White with #ABB392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB392; }
p { color: rgb(171,179,146); }
H1.HeaderClassName
{
color: #ABB392;
}
.AnyTagClassName
{
color: #ABB392;
}
</style>
background-color css
<style>
a { background-color: #ABB392; }
a { background-color: rgb(171,179,146); }
div.DivClassName
{
background-color: #ABB392;
}
.BgClassName
{
background-color: #ABB392;
}
</style>
border-color css
<style>
span { border-color: #ABB392; }
span { border-color: rgb(171,179,146); }
td.TdClassName
{
border-color: #ABB392;
}
.TagClassName
{
border-color: #ABB392;
}
</style>