Shades of Green Spring #ADB996
Tints of Green Spring #ADB996
RGB
CMYK
RGB Variations
Color information
#ADB996 (or 0xADB996) is known color: Green Spring. HEX triplet: AD, B9 and 96. RGB value is (173,185,150). Sum of RGB (Red+Green+Blue) = 173+185+150=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB996 is #524669. Grayscale: #B1B1B1. Windows color (decimal): -5391978 or 9877933. OLE color: 9877933.
HSL color Cylindrical-coordinate representation of color #ADB996: hue angle of 80.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB996 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 185 | 150 | - |
CMYK | 0.06 | 0 | 0.19 | 0.27 |
HSL | 80.57º | 0.2% | 0.66% | - |
HSV(B) | 80.57º | 0.19% | 0.73% | - |
XYZ | 40.09 | 45.78 | 35.58 | - |
YUV | 177.42 | 112.52 | 124.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 185 | 150 | 0.06 | 0 | 0.19 | 0.27 | 80.57 | 0.2 | 0.66 |
Hex | AD | B9 | 96 | 6 | 0 | 13 | 1B | 51 | 14 | 42 |
Octal | 255 | 271 | 226 | 6 | 0 | 23 | 33 | 121 | 24 | 102 |
Binary | 10101101 | 10111001 | 10010110 | 110 | 0 | 10011 | 11011 | 1010001 | 10100 | 1000010 |
Color Harmonies of #ADB996
Complementary color
Monochromatic Colors of #ADB996
Black with #ADB996
Text Example
Text Example
White with #ADB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB996; }
p { color: rgb(173,185,150); }
H1.HeaderClassName
{
color: #ADB996;
}
.AnyTagClassName
{
color: #ADB996;
}
</style>
background-color css
<style>
a { background-color: #ADB996; }
a { background-color: rgb(173,185,150); }
div.DivClassName
{
background-color: #ADB996;
}
.BgClassName
{
background-color: #ADB996;
}
</style>
border-color css
<style>
span { border-color: #ADB996; }
span { border-color: rgb(173,185,150); }
td.TdClassName
{
border-color: #ADB996;
}
.TagClassName
{
border-color: #ADB996;
}
</style>