Shades of Spring Rain #9DBE90
Tints of Spring Rain #9DBE90
RGB
CMYK
RGB Variations
Color information
#9DBE90 (or 0x9DBE90) is known color: Spring Rain. HEX triplet: 9D, BE and 90. RGB value is (157,190,144). Sum of RGB (Red+Green+Blue) = 157+190+144=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE90 is #62416F. Grayscale: #AFAFAF. Windows color (decimal): -6439280 or 9485981. OLE color: 9485981.
HSL color Cylindrical-coordinate representation of color #9DBE90: hue angle of 103.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DBE90 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 144 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.25 |
| HSL | 103.04º | 0.26% | 0.65% | - |
| HSV(B) | 103.04º | 0.24% | 0.75% | - |
| XYZ | 37.35 | 46.01 | 33.3 | - |
| YUV | 174.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 144 | 0.17 | 0 | 0.24 | 0.25 | 103.04 | 0.26 | 0.65 |
| Hex | 9D | BE | 90 | 11 | 0 | 18 | 19 | 67 | 1A | 41 |
| Octal | 235 | 276 | 220 | 21 | 0 | 30 | 31 | 147 | 32 | 101 |
| Binary | 10011101 | 10111110 | 10010000 | 10001 | 0 | 11000 | 11001 | 1100111 | 11010 | 1000001 |
Color Harmonies of #9DBE90
Complementary color
Monochromatic Colors of #9DBE90
Black with #9DBE90
Text Example
Text Example
White with #9DBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE90; }
p { color: rgb(157,190,144); }
H1.HeaderClassName
{
color: #9DBE90;
}
.AnyTagClassName
{
color: #9DBE90;
}
</style>
background-color css
<style>
a { background-color: #9DBE90; }
a { background-color: rgb(157,190,144); }
div.DivClassName
{
background-color: #9DBE90;
}
.BgClassName
{
background-color: #9DBE90;
}
</style>
border-color css
<style>
span { border-color: #9DBE90; }
span { border-color: rgb(157,190,144); }
td.TdClassName
{
border-color: #9DBE90;
}
.TagClassName
{
border-color: #9DBE90;
}
</style>