Shades of Green Spring #ADB59D
Tints of Green Spring #ADB59D
RGB
CMYK
RGB Variations
Color information
#ADB59D (or 0xADB59D) is known color: Green Spring. HEX triplet: AD, B5 and 9D. RGB value is (173,181,157). Sum of RGB (Red+Green+Blue) = 173+181+157=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB59D is #524A62. Grayscale: #AFAFAF. Windows color (decimal): -5392995 or 10335661. OLE color: 10335661.
HSL color Cylindrical-coordinate representation of color #ADB59D: hue angle of 80º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB59D is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 157 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.29 |
| HSL | 80º | 0.14% | 0.66% | - |
| HSV(B) | 80º | 0.13% | 0.71% | - |
| XYZ | 39.84 | 44.37 | 38.36 | - |
| YUV | 175.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 157 | 0.04 | 0 | 0.13 | 0.29 | 80 | 0.14 | 0.66 |
| Hex | AD | B5 | 9D | 4 | 0 | D | 1D | 50 | E | 42 |
| Octal | 255 | 265 | 235 | 4 | 0 | 15 | 35 | 120 | 16 | 102 |
| Binary | 10101101 | 10110101 | 10011101 | 100 | 0 | 1101 | 11101 | 1010000 | 1110 | 1000010 |
Color Harmonies of #ADB59D
Complementary color
Monochromatic Colors of #ADB59D
Black with #ADB59D
Text Example
Text Example
White with #ADB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB59D; }
p { color: rgb(173,181,157); }
H1.HeaderClassName
{
color: #ADB59D;
}
.AnyTagClassName
{
color: #ADB59D;
}
</style>
background-color css
<style>
a { background-color: #ADB59D; }
a { background-color: rgb(173,181,157); }
div.DivClassName
{
background-color: #ADB59D;
}
.BgClassName
{
background-color: #ADB59D;
}
</style>
border-color css
<style>
span { border-color: #ADB59D; }
span { border-color: rgb(173,181,157); }
td.TdClassName
{
border-color: #ADB59D;
}
.TagClassName
{
border-color: #ADB59D;
}
</style>