Shades of Green Spring #ADB49E
Tints of Green Spring #ADB49E
RGB
CMYK
RGB Variations
Color information
#ADB49E (or 0xADB49E) is known color: Green Spring. HEX triplet: AD, B4 and 9E. RGB value is (173,180,158). Sum of RGB (Red+Green+Blue) = 173+180+158=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB49E is #524B61. Grayscale: #AFAFAF. Windows color (decimal): -5393250 or 10400941. OLE color: 10400941.
HSL color Cylindrical-coordinate representation of color #ADB49E: hue angle of 79.09º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB49E is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 158 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.29 |
| HSL | 79.09º | 0.13% | 0.66% | - |
| HSV(B) | 79.09º | 0.12% | 0.71% | - |
| XYZ | 39.73 | 44 | 38.75 | - |
| YUV | 175.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 158 | 0.04 | 0 | 0.12 | 0.29 | 79.09 | 0.13 | 0.66 |
| Hex | AD | B4 | 9E | 4 | 0 | C | 1D | 4F | D | 42 |
| Octal | 255 | 264 | 236 | 4 | 0 | 14 | 35 | 117 | 15 | 102 |
| Binary | 10101101 | 10110100 | 10011110 | 100 | 0 | 1100 | 11101 | 1001111 | 1101 | 1000010 |
Color Harmonies of #ADB49E
Complementary color
Monochromatic Colors of #ADB49E
Black with #ADB49E
Text Example
Text Example
White with #ADB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB49E; }
p { color: rgb(173,180,158); }
H1.HeaderClassName
{
color: #ADB49E;
}
.AnyTagClassName
{
color: #ADB49E;
}
</style>
background-color css
<style>
a { background-color: #ADB49E; }
a { background-color: rgb(173,180,158); }
div.DivClassName
{
background-color: #ADB49E;
}
.BgClassName
{
background-color: #ADB49E;
}
</style>
border-color css
<style>
span { border-color: #ADB49E; }
span { border-color: rgb(173,180,158); }
td.TdClassName
{
border-color: #ADB49E;
}
.TagClassName
{
border-color: #ADB49E;
}
</style>