Shades of Green Spring #ADB599
Tints of Green Spring #ADB599
RGB
CMYK
RGB Variations
Color information
#ADB599 (or 0xADB599) is known color: Green Spring. HEX triplet: AD, B5 and 99. RGB value is (173,181,153). Sum of RGB (Red+Green+Blue) = 173+181+153=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB599 is #524A66. Grayscale: #AFAFAF. Windows color (decimal): -5392999 or 10073517. OLE color: 10073517.
HSL color Cylindrical-coordinate representation of color #ADB599: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB599 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 153 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.29 |
| HSL | 77.14º | 0.16% | 0.65% | - |
| HSV(B) | 77.14º | 0.15% | 0.71% | - |
| XYZ | 39.51 | 44.23 | 36.59 | - |
| YUV | 175.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 153 | 0.04 | 0 | 0.15 | 0.29 | 77.14 | 0.16 | 0.65 |
| Hex | AD | B5 | 99 | 4 | 0 | F | 1D | 4D | 10 | 41 |
| Octal | 255 | 265 | 231 | 4 | 0 | 17 | 35 | 115 | 20 | 101 |
| Binary | 10101101 | 10110101 | 10011001 | 100 | 0 | 1111 | 11101 | 1001101 | 10000 | 1000001 |
Color Harmonies of #ADB599
Complementary color
Monochromatic Colors of #ADB599
Black with #ADB599
Text Example
Text Example
White with #ADB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB599; }
p { color: rgb(173,181,153); }
H1.HeaderClassName
{
color: #ADB599;
}
.AnyTagClassName
{
color: #ADB599;
}
</style>
background-color css
<style>
a { background-color: #ADB599; }
a { background-color: rgb(173,181,153); }
div.DivClassName
{
background-color: #ADB599;
}
.BgClassName
{
background-color: #ADB599;
}
</style>
border-color css
<style>
span { border-color: #ADB599; }
span { border-color: rgb(173,181,153); }
td.TdClassName
{
border-color: #ADB599;
}
.TagClassName
{
border-color: #ADB599;
}
</style>