Shades of Green Spring #ADB69D
Tints of Green Spring #ADB69D
RGB
CMYK
RGB Variations
Color information
#ADB69D (or 0xADB69D) is known color: Green Spring. HEX triplet: AD, B6 and 9D. RGB value is (173,182,157). Sum of RGB (Red+Green+Blue) = 173+182+157=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB69D is #524962. Grayscale: #B0B0B0. Windows color (decimal): -5392739 or 10335917. OLE color: 10335917.
HSL color Cylindrical-coordinate representation of color #ADB69D: hue angle of 81.6º 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 #ADB69D is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 182 | 157 | - |
CMYK | 0.05 | 0 | 0.14 | 0.29 |
HSL | 81.6º | 0.15% | 0.66% | - |
HSV(B) | 81.6º | 0.14% | 0.71% | - |
XYZ | 40.05 | 44.77 | 38.43 | - |
YUV | 176.46 | 117.02 | 125.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 182 | 157 | 0.05 | 0 | 0.14 | 0.29 | 81.6 | 0.15 | 0.66 |
Hex | AD | B6 | 9D | 5 | 0 | E | 1D | 52 | F | 42 |
Octal | 255 | 266 | 235 | 5 | 0 | 16 | 35 | 122 | 17 | 102 |
Binary | 10101101 | 10110110 | 10011101 | 101 | 0 | 1110 | 11101 | 1010010 | 1111 | 1000010 |
Color Harmonies of #ADB69D
Complementary color
Monochromatic Colors of #ADB69D
Black with #ADB69D
Text Example
Text Example
White with #ADB69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB69D; }
p { color: rgb(173,182,157); }
H1.HeaderClassName
{
color: #ADB69D;
}
.AnyTagClassName
{
color: #ADB69D;
}
</style>
background-color css
<style>
a { background-color: #ADB69D; }
a { background-color: rgb(173,182,157); }
div.DivClassName
{
background-color: #ADB69D;
}
.BgClassName
{
background-color: #ADB69D;
}
</style>
border-color css
<style>
span { border-color: #ADB69D; }
span { border-color: rgb(173,182,157); }
td.TdClassName
{
border-color: #ADB69D;
}
.TagClassName
{
border-color: #ADB69D;
}
</style>