Shades of Green Spring #ADB69B
Tints of Green Spring #ADB69B
RGB
CMYK
RGB Variations
Color information
#ADB69B (or 0xADB69B) is known color: Green Spring. HEX triplet: AD, B6 and 9B. RGB value is (173,182,155). Sum of RGB (Red+Green+Blue) = 173+182+155=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB69B is #524964. Grayscale: #B0B0B0. Windows color (decimal): -5392741 or 10204845. OLE color: 10204845.
HSL color Cylindrical-coordinate representation of color #ADB69B: hue angle of 80º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB69B is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 155 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.29 |
| HSL | 80º | 0.16% | 0.66% | - |
| HSV(B) | 80º | 0.15% | 0.71% | - |
| XYZ | 39.88 | 44.71 | 37.54 | - |
| YUV | 176.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 155 | 0.05 | 0 | 0.15 | 0.29 | 80 | 0.16 | 0.66 |
| Hex | AD | B6 | 9B | 5 | 0 | F | 1D | 50 | 10 | 42 |
| Octal | 255 | 266 | 233 | 5 | 0 | 17 | 35 | 120 | 20 | 102 |
| Binary | 10101101 | 10110110 | 10011011 | 101 | 0 | 1111 | 11101 | 1010000 | 10000 | 1000010 |
Color Harmonies of #ADB69B
Complementary color
Monochromatic Colors of #ADB69B
Black with #ADB69B
Text Example
Text Example
White with #ADB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB69B; }
p { color: rgb(173,182,155); }
H1.HeaderClassName
{
color: #ADB69B;
}
.AnyTagClassName
{
color: #ADB69B;
}
</style>
background-color css
<style>
a { background-color: #ADB69B; }
a { background-color: rgb(173,182,155); }
div.DivClassName
{
background-color: #ADB69B;
}
.BgClassName
{
background-color: #ADB69B;
}
</style>
border-color css
<style>
span { border-color: #ADB69B; }
span { border-color: rgb(173,182,155); }
td.TdClassName
{
border-color: #ADB69B;
}
.TagClassName
{
border-color: #ADB69B;
}
</style>