Shades of Spring Rain #ADCB9D
Tints of Spring Rain #ADCB9D
RGB
CMYK
RGB Variations
Color information
#ADCB9D (or 0xADCB9D) is known color: Spring Rain. HEX triplet: AD, CB and 9D. RGB value is (173,203,157). Sum of RGB (Red+Green+Blue) = 173+203+157=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB9D is #523462. Grayscale: #BCBCBC. Windows color (decimal): -5387363 or 10341293. OLE color: 10341293.
HSL color Cylindrical-coordinate representation of color #ADCB9D: hue angle of 99.13º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCB9D is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 157 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.20 |
| HSL | 99.13º | 0.31% | 0.71% | - |
| HSV(B) | 99.13º | 0.23% | 0.8% | - |
| XYZ | 44.68 | 54.03 | 39.97 | - |
| YUV | 188.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 157 | 0.15 | 0 | 0.23 | 0.20 | 99.13 | 0.31 | 0.71 |
| Hex | AD | CB | 9D | F | 0 | 17 | 14 | 63 | 1F | 47 |
| Octal | 255 | 313 | 235 | 17 | 0 | 27 | 24 | 143 | 37 | 107 |
| Binary | 10101101 | 11001011 | 10011101 | 1111 | 0 | 10111 | 10100 | 1100011 | 11111 | 1000111 |
Color Harmonies of #ADCB9D
Complementary color
Monochromatic Colors of #ADCB9D
Black with #ADCB9D
Text Example
Text Example
White with #ADCB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB9D; }
p { color: rgb(173,203,157); }
H1.HeaderClassName
{
color: #ADCB9D;
}
.AnyTagClassName
{
color: #ADCB9D;
}
</style>
background-color css
<style>
a { background-color: #ADCB9D; }
a { background-color: rgb(173,203,157); }
div.DivClassName
{
background-color: #ADCB9D;
}
.BgClassName
{
background-color: #ADCB9D;
}
</style>
border-color css
<style>
span { border-color: #ADCB9D; }
span { border-color: rgb(173,203,157); }
td.TdClassName
{
border-color: #ADCB9D;
}
.TagClassName
{
border-color: #ADCB9D;
}
</style>