Shades of Spring Rain #9DB994
Tints of Spring Rain #9DB994
RGB
CMYK
RGB Variations
Color information
#9DB994 (or 0x9DB994) is known color: Spring Rain. HEX triplet: 9D, B9 and 94. RGB value is (157,185,148). Sum of RGB (Red+Green+Blue) = 157+185+148=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB994 is #62466B. Grayscale: #ACACAC. Windows color (decimal): -6440556 or 9746845. OLE color: 9746845.
HSL color Cylindrical-coordinate representation of color #9DB994: hue angle of 105.41º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DB994 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 148 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.27 |
| HSL | 105.41º | 0.21% | 0.65% | - |
| HSV(B) | 105.41º | 0.2% | 0.73% | - |
| XYZ | 36.6 | 44 | 34.58 | - |
| YUV | 172.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 148 | 0.15 | 0 | 0.20 | 0.27 | 105.41 | 0.21 | 0.65 |
| Hex | 9D | B9 | 94 | F | 0 | 14 | 1B | 69 | 15 | 41 |
| Octal | 235 | 271 | 224 | 17 | 0 | 24 | 33 | 151 | 25 | 101 |
| Binary | 10011101 | 10111001 | 10010100 | 1111 | 0 | 10100 | 11011 | 1101001 | 10101 | 1000001 |
Color Harmonies of #9DB994
Complementary color
Monochromatic Colors of #9DB994
Black with #9DB994
Text Example
Text Example
White with #9DB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB994; }
p { color: rgb(157,185,148); }
H1.HeaderClassName
{
color: #9DB994;
}
.AnyTagClassName
{
color: #9DB994;
}
</style>
background-color css
<style>
a { background-color: #9DB994; }
a { background-color: rgb(157,185,148); }
div.DivClassName
{
background-color: #9DB994;
}
.BgClassName
{
background-color: #9DB994;
}
</style>
border-color css
<style>
span { border-color: #9DB994; }
span { border-color: rgb(157,185,148); }
td.TdClassName
{
border-color: #9DB994;
}
.TagClassName
{
border-color: #9DB994;
}
</style>