Shades of Green Spring #ADB29E
Tints of Green Spring #ADB29E
RGB
CMYK
RGB Variations
Color information
#ADB29E (or 0xADB29E) is known color: Green Spring. HEX triplet: AD, B2 and 9E. RGB value is (173,178,158). Sum of RGB (Red+Green+Blue) = 173+178+158=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB29E is #524D61. Grayscale: #AEAEAE. Windows color (decimal): -5393762 or 10400429. OLE color: 10400429.
HSL color Cylindrical-coordinate representation of color #ADB29E: hue angle of 75º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB29E is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 158 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.30 |
| HSL | 75º | 0.11% | 0.66% | - |
| HSV(B) | 75º | 0.11% | 0.7% | - |
| XYZ | 39.33 | 43.19 | 38.61 | - |
| YUV | 174.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 158 | 0.03 | 0 | 0.11 | 0.30 | 75 | 0.11 | 0.66 |
| Hex | AD | B2 | 9E | 3 | 0 | B | 1E | 4B | B | 42 |
| Octal | 255 | 262 | 236 | 3 | 0 | 13 | 36 | 113 | 13 | 102 |
| Binary | 10101101 | 10110010 | 10011110 | 11 | 0 | 1011 | 11110 | 1001011 | 1011 | 1000010 |
Color Harmonies of #ADB29E
Complementary color
Monochromatic Colors of #ADB29E
Black with #ADB29E
Text Example
Text Example
White with #ADB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB29E; }
p { color: rgb(173,178,158); }
H1.HeaderClassName
{
color: #ADB29E;
}
.AnyTagClassName
{
color: #ADB29E;
}
</style>
background-color css
<style>
a { background-color: #ADB29E; }
a { background-color: rgb(173,178,158); }
div.DivClassName
{
background-color: #ADB29E;
}
.BgClassName
{
background-color: #ADB29E;
}
</style>
border-color css
<style>
span { border-color: #ADB29E; }
span { border-color: rgb(173,178,158); }
td.TdClassName
{
border-color: #ADB29E;
}
.TagClassName
{
border-color: #ADB29E;
}
</style>