Shades of Green Spring #ADB29C
Tints of Green Spring #ADB29C
RGB
CMYK
RGB Variations
Color information
#ADB29C (or 0xADB29C) is known color: Green Spring. HEX triplet: AD, B2 and 9C. RGB value is (173,178,156). Sum of RGB (Red+Green+Blue) = 173+178+156=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB29C is #524D63. Grayscale: #AEAEAE. Windows color (decimal): -5393764 or 10269357. OLE color: 10269357.
HSL color Cylindrical-coordinate representation of color #ADB29C: hue angle of 73.64º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB29C is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 156 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.30 |
| HSL | 73.64º | 0.13% | 0.65% | - |
| HSV(B) | 73.64º | 0.12% | 0.7% | - |
| XYZ | 39.15 | 43.13 | 37.71 | - |
| YUV | 174 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 156 | 0.03 | 0 | 0.12 | 0.30 | 73.64 | 0.13 | 0.65 |
| Hex | AD | B2 | 9C | 3 | 0 | C | 1E | 4A | C | 41 |
| Octal | 255 | 262 | 234 | 3 | 0 | 14 | 36 | 112 | 14 | 101 |
| Binary | 10101101 | 10110010 | 10011100 | 11 | 0 | 1100 | 11110 | 1001010 | 1100 | 1000001 |
Color Harmonies of #ADB29C
Complementary color
Monochromatic Colors of #ADB29C
Black with #ADB29C
Text Example
Text Example
White with #ADB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB29C; }
p { color: rgb(173,178,156); }
H1.HeaderClassName
{
color: #ADB29C;
}
.AnyTagClassName
{
color: #ADB29C;
}
</style>
background-color css
<style>
a { background-color: #ADB29C; }
a { background-color: rgb(173,178,156); }
div.DivClassName
{
background-color: #ADB29C;
}
.BgClassName
{
background-color: #ADB29C;
}
</style>
border-color css
<style>
span { border-color: #ADB29C; }
span { border-color: rgb(173,178,156); }
td.TdClassName
{
border-color: #ADB29C;
}
.TagClassName
{
border-color: #ADB29C;
}
</style>