Shades of Green Spring #ADB99C
Tints of Green Spring #ADB99C
RGB
CMYK
RGB Variations
Color information
#ADB99C (or 0xADB99C) is known color: Green Spring. HEX triplet: AD, B9 and 9C. RGB value is (173,185,156). Sum of RGB (Red+Green+Blue) = 173+185+156=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB99C is #524663. Grayscale: #B2B2B2. Windows color (decimal): -5391972 or 10271149. OLE color: 10271149.
HSL color Cylindrical-coordinate representation of color #ADB99C: hue angle of 84.83º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB99C is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 156 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.27 |
| HSL | 84.83º | 0.17% | 0.67% | - |
| HSV(B) | 84.83º | 0.16% | 0.73% | - |
| XYZ | 40.58 | 45.98 | 38.19 | - |
| YUV | 178.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 156 | 0.06 | 0 | 0.16 | 0.27 | 84.83 | 0.17 | 0.67 |
| Hex | AD | B9 | 9C | 6 | 0 | 10 | 1B | 55 | 11 | 43 |
| Octal | 255 | 271 | 234 | 6 | 0 | 20 | 33 | 125 | 21 | 103 |
| Binary | 10101101 | 10111001 | 10011100 | 110 | 0 | 10000 | 11011 | 1010101 | 10001 | 1000011 |
Color Harmonies of #ADB99C
Complementary color
Monochromatic Colors of #ADB99C
Black with #ADB99C
Text Example
Text Example
White with #ADB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB99C; }
p { color: rgb(173,185,156); }
H1.HeaderClassName
{
color: #ADB99C;
}
.AnyTagClassName
{
color: #ADB99C;
}
</style>
background-color css
<style>
a { background-color: #ADB99C; }
a { background-color: rgb(173,185,156); }
div.DivClassName
{
background-color: #ADB99C;
}
.BgClassName
{
background-color: #ADB99C;
}
</style>
border-color css
<style>
span { border-color: #ADB99C; }
span { border-color: rgb(173,185,156); }
td.TdClassName
{
border-color: #ADB99C;
}
.TagClassName
{
border-color: #ADB99C;
}
</style>