Shades of Spring Rain #9DBD90
Tints of Spring Rain #9DBD90
RGB
CMYK
RGB Variations
Color information
#9DBD90 (or 0x9DBD90) is known color: Spring Rain. HEX triplet: 9D, BD and 90. RGB value is (157,189,144). Sum of RGB (Red+Green+Blue) = 157+189+144=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD90 is #62426F. Grayscale: #AEAEAE. Windows color (decimal): -6439536 or 9485725. OLE color: 9485725.
HSL color Cylindrical-coordinate representation of color #9DBD90: hue angle of 102.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DBD90 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 144 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.26 |
| HSL | 102.67º | 0.25% | 0.65% | - |
| HSV(B) | 102.67º | 0.24% | 0.74% | - |
| XYZ | 37.14 | 45.58 | 33.23 | - |
| YUV | 174.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 144 | 0.17 | 0 | 0.24 | 0.26 | 102.67 | 0.25 | 0.65 |
| Hex | 9D | BD | 90 | 11 | 0 | 18 | 1A | 67 | 19 | 41 |
| Octal | 235 | 275 | 220 | 21 | 0 | 30 | 32 | 147 | 31 | 101 |
| Binary | 10011101 | 10111101 | 10010000 | 10001 | 0 | 11000 | 11010 | 1100111 | 11001 | 1000001 |
Color Harmonies of #9DBD90
Complementary color
Monochromatic Colors of #9DBD90
Black with #9DBD90
Text Example
Text Example
White with #9DBD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD90; }
p { color: rgb(157,189,144); }
H1.HeaderClassName
{
color: #9DBD90;
}
.AnyTagClassName
{
color: #9DBD90;
}
</style>
background-color css
<style>
a { background-color: #9DBD90; }
a { background-color: rgb(157,189,144); }
div.DivClassName
{
background-color: #9DBD90;
}
.BgClassName
{
background-color: #9DBD90;
}
</style>
border-color css
<style>
span { border-color: #9DBD90; }
span { border-color: rgb(157,189,144); }
td.TdClassName
{
border-color: #9DBD90;
}
.TagClassName
{
border-color: #9DBD90;
}
</style>