Shades of Green Spring #ADB49C
Tints of Green Spring #ADB49C
RGB
CMYK
RGB Variations
Color information
#ADB49C (or 0xADB49C) is known color: Green Spring. HEX triplet: AD, B4 and 9C. RGB value is (173,180,156). Sum of RGB (Red+Green+Blue) = 173+180+156=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB49C is #524B63. Grayscale: #AFAFAF. Windows color (decimal): -5393252 or 10269869. OLE color: 10269869.
HSL color Cylindrical-coordinate representation of color #ADB49C: hue angle of 77.5º 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 #ADB49C is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 156 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.29 |
| HSL | 77.5º | 0.14% | 0.66% | - |
| HSV(B) | 77.5º | 0.13% | 0.71% | - |
| XYZ | 39.56 | 43.93 | 37.85 | - |
| YUV | 175.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 156 | 0.04 | 0 | 0.13 | 0.29 | 77.5 | 0.14 | 0.66 |
| Hex | AD | B4 | 9C | 4 | 0 | D | 1D | 4E | E | 42 |
| Octal | 255 | 264 | 234 | 4 | 0 | 15 | 35 | 116 | 16 | 102 |
| Binary | 10101101 | 10110100 | 10011100 | 100 | 0 | 1101 | 11101 | 1001110 | 1110 | 1000010 |
Color Harmonies of #ADB49C
Complementary color
Monochromatic Colors of #ADB49C
Black with #ADB49C
Text Example
Text Example
White with #ADB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB49C; }
p { color: rgb(173,180,156); }
H1.HeaderClassName
{
color: #ADB49C;
}
.AnyTagClassName
{
color: #ADB49C;
}
</style>
background-color css
<style>
a { background-color: #ADB49C; }
a { background-color: rgb(173,180,156); }
div.DivClassName
{
background-color: #ADB49C;
}
.BgClassName
{
background-color: #ADB49C;
}
</style>
border-color css
<style>
span { border-color: #ADB49C; }
span { border-color: rgb(173,180,156); }
td.TdClassName
{
border-color: #ADB49C;
}
.TagClassName
{
border-color: #ADB49C;
}
</style>