Shades of Green Spring #ADB89D
Tints of Green Spring #ADB89D
RGB
CMYK
RGB Variations
Color information
#ADB89D (or 0xADB89D) is known color: Green Spring. HEX triplet: AD, B8 and 9D. RGB value is (173,184,157). Sum of RGB (Red+Green+Blue) = 173+184+157=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB89D is #524762. Grayscale: #B1B1B1. Windows color (decimal): -5392227 or 10336429. OLE color: 10336429.
HSL color Cylindrical-coordinate representation of color #ADB89D: hue angle of 84.44º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB89D is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 157 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.28 |
| HSL | 84.44º | 0.16% | 0.67% | - |
| HSV(B) | 84.44º | 0.15% | 0.72% | - |
| XYZ | 40.46 | 45.6 | 38.57 | - |
| YUV | 177.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 157 | 0.06 | 0 | 0.15 | 0.28 | 84.44 | 0.16 | 0.67 |
| Hex | AD | B8 | 9D | 6 | 0 | F | 1C | 54 | 10 | 43 |
| Octal | 255 | 270 | 235 | 6 | 0 | 17 | 34 | 124 | 20 | 103 |
| Binary | 10101101 | 10111000 | 10011101 | 110 | 0 | 1111 | 11100 | 1010100 | 10000 | 1000011 |
Color Harmonies of #ADB89D
Complementary color
Monochromatic Colors of #ADB89D
Black with #ADB89D
Text Example
Text Example
White with #ADB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB89D; }
p { color: rgb(173,184,157); }
H1.HeaderClassName
{
color: #ADB89D;
}
.AnyTagClassName
{
color: #ADB89D;
}
</style>
background-color css
<style>
a { background-color: #ADB89D; }
a { background-color: rgb(173,184,157); }
div.DivClassName
{
background-color: #ADB89D;
}
.BgClassName
{
background-color: #ADB89D;
}
</style>
border-color css
<style>
span { border-color: #ADB89D; }
span { border-color: rgb(173,184,157); }
td.TdClassName
{
border-color: #ADB89D;
}
.TagClassName
{
border-color: #ADB89D;
}
</style>