Shades of Green Spring #ADB29D
Tints of Green Spring #ADB29D
RGB
CMYK
RGB Variations
Color information
#ADB29D (or 0xADB29D) is known color: Green Spring. HEX triplet: AD, B2 and 9D. RGB value is (173,178,157). Sum of RGB (Red+Green+Blue) = 173+178+157=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB29D is #524D62. Grayscale: #AEAEAE. Windows color (decimal): -5393763 or 10334893. OLE color: 10334893.
HSL color Cylindrical-coordinate representation of color #ADB29D: hue angle of 74.29º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB29D is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 157 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.30 |
| HSL | 74.29º | 0.12% | 0.66% | - |
| HSV(B) | 74.29º | 0.12% | 0.7% | - |
| XYZ | 39.24 | 43.16 | 38.16 | - |
| YUV | 174.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 157 | 0.03 | 0 | 0.12 | 0.30 | 74.29 | 0.12 | 0.66 |
| Hex | AD | B2 | 9D | 3 | 0 | C | 1E | 4A | C | 42 |
| Octal | 255 | 262 | 235 | 3 | 0 | 14 | 36 | 112 | 14 | 102 |
| Binary | 10101101 | 10110010 | 10011101 | 11 | 0 | 1100 | 11110 | 1001010 | 1100 | 1000010 |
Color Harmonies of #ADB29D
Complementary color
Monochromatic Colors of #ADB29D
Black with #ADB29D
Text Example
Text Example
White with #ADB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB29D; }
p { color: rgb(173,178,157); }
H1.HeaderClassName
{
color: #ADB29D;
}
.AnyTagClassName
{
color: #ADB29D;
}
</style>
background-color css
<style>
a { background-color: #ADB29D; }
a { background-color: rgb(173,178,157); }
div.DivClassName
{
background-color: #ADB29D;
}
.BgClassName
{
background-color: #ADB29D;
}
</style>
border-color css
<style>
span { border-color: #ADB29D; }
span { border-color: rgb(173,178,157); }
td.TdClassName
{
border-color: #ADB29D;
}
.TagClassName
{
border-color: #ADB29D;
}
</style>