Shades of Green Spring #ADB895
Tints of Green Spring #ADB895
RGB
CMYK
RGB Variations
Color information
#ADB895 (or 0xADB895) is known color: Green Spring. HEX triplet: AD, B8 and 95. RGB value is (173,184,149). Sum of RGB (Red+Green+Blue) = 173+184+149=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB895 is #52476A. Grayscale: #B0B0B0. Windows color (decimal): -5392235 or 9812141. OLE color: 9812141.
HSL color Cylindrical-coordinate representation of color #ADB895: hue angle of 78.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB895 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 149 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.28 |
| HSL | 78.86º | 0.2% | 0.65% | - |
| HSV(B) | 78.86º | 0.19% | 0.72% | - |
| XYZ | 39.8 | 45.34 | 35.09 | - |
| YUV | 176.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 149 | 0.06 | 0 | 0.19 | 0.28 | 78.86 | 0.2 | 0.65 |
| Hex | AD | B8 | 95 | 6 | 0 | 13 | 1C | 4F | 14 | 41 |
| Octal | 255 | 270 | 225 | 6 | 0 | 23 | 34 | 117 | 24 | 101 |
| Binary | 10101101 | 10111000 | 10010101 | 110 | 0 | 10011 | 11100 | 1001111 | 10100 | 1000001 |
Color Harmonies of #ADB895
Complementary color
Monochromatic Colors of #ADB895
Black with #ADB895
Text Example
Text Example
White with #ADB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB895; }
p { color: rgb(173,184,149); }
H1.HeaderClassName
{
color: #ADB895;
}
.AnyTagClassName
{
color: #ADB895;
}
</style>
background-color css
<style>
a { background-color: #ADB895; }
a { background-color: rgb(173,184,149); }
div.DivClassName
{
background-color: #ADB895;
}
.BgClassName
{
background-color: #ADB895;
}
</style>
border-color css
<style>
span { border-color: #ADB895; }
span { border-color: rgb(173,184,149); }
td.TdClassName
{
border-color: #ADB895;
}
.TagClassName
{
border-color: #ADB895;
}
</style>