Shades of Green Spring #ADB69C
Tints of Green Spring #ADB69C
RGB
CMYK
RGB Variations
Color information
#ADB69C (or 0xADB69C) is known color: Green Spring. HEX triplet: AD, B6 and 9C. RGB value is (173,182,156). Sum of RGB (Red+Green+Blue) = 173+182+156=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB69C is #524963. Grayscale: #B0B0B0. Windows color (decimal): -5392740 or 10270381. OLE color: 10270381.
HSL color Cylindrical-coordinate representation of color #ADB69C: hue angle of 80.77º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADB69C is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 156 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.29 |
| HSL | 80.77º | 0.15% | 0.66% | - |
| HSV(B) | 80.77º | 0.14% | 0.71% | - |
| XYZ | 39.96 | 44.74 | 37.98 | - |
| YUV | 176.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 156 | 0.05 | 0 | 0.14 | 0.29 | 80.77 | 0.15 | 0.66 |
| Hex | AD | B6 | 9C | 5 | 0 | E | 1D | 51 | F | 42 |
| Octal | 255 | 266 | 234 | 5 | 0 | 16 | 35 | 121 | 17 | 102 |
| Binary | 10101101 | 10110110 | 10011100 | 101 | 0 | 1110 | 11101 | 1010001 | 1111 | 1000010 |
Color Harmonies of #ADB69C
Complementary color
Monochromatic Colors of #ADB69C
Black with #ADB69C
Text Example
Text Example
White with #ADB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB69C; }
p { color: rgb(173,182,156); }
H1.HeaderClassName
{
color: #ADB69C;
}
.AnyTagClassName
{
color: #ADB69C;
}
</style>
background-color css
<style>
a { background-color: #ADB69C; }
a { background-color: rgb(173,182,156); }
div.DivClassName
{
background-color: #ADB69C;
}
.BgClassName
{
background-color: #ADB69C;
}
</style>
border-color css
<style>
span { border-color: #ADB69C; }
span { border-color: rgb(173,182,156); }
td.TdClassName
{
border-color: #ADB69C;
}
.TagClassName
{
border-color: #ADB69C;
}
</style>