Shades of Green Spring #ADB899
Tints of Green Spring #ADB899
RGB
CMYK
RGB Variations
Color information
#ADB899 (or 0xADB899) is known color: Green Spring. HEX triplet: AD, B8 and 99. RGB value is (173,184,153). Sum of RGB (Red+Green+Blue) = 173+184+153=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB899 is #524766. Grayscale: #B1B1B1. Windows color (decimal): -5392231 or 10074285. OLE color: 10074285.
HSL color Cylindrical-coordinate representation of color #ADB899: hue angle of 81.29º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADB899 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 153 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.28 |
| HSL | 81.29º | 0.18% | 0.66% | - |
| HSV(B) | 81.29º | 0.17% | 0.72% | - |
| XYZ | 40.12 | 45.47 | 36.8 | - |
| YUV | 177.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 153 | 0.06 | 0 | 0.17 | 0.28 | 81.29 | 0.18 | 0.66 |
| Hex | AD | B8 | 99 | 6 | 0 | 11 | 1C | 51 | 12 | 42 |
| Octal | 255 | 270 | 231 | 6 | 0 | 21 | 34 | 121 | 22 | 102 |
| Binary | 10101101 | 10111000 | 10011001 | 110 | 0 | 10001 | 11100 | 1010001 | 10010 | 1000010 |
Color Harmonies of #ADB899
Complementary color
Monochromatic Colors of #ADB899
Black with #ADB899
Text Example
Text Example
White with #ADB899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB899; }
p { color: rgb(173,184,153); }
H1.HeaderClassName
{
color: #ADB899;
}
.AnyTagClassName
{
color: #ADB899;
}
</style>
background-color css
<style>
a { background-color: #ADB899; }
a { background-color: rgb(173,184,153); }
div.DivClassName
{
background-color: #ADB899;
}
.BgClassName
{
background-color: #ADB899;
}
</style>
border-color css
<style>
span { border-color: #ADB899; }
span { border-color: rgb(173,184,153); }
td.TdClassName
{
border-color: #ADB899;
}
.TagClassName
{
border-color: #ADB899;
}
</style>