Shades of Spring Rain #9DBA91
Tints of Spring Rain #9DBA91
RGB
CMYK
RGB Variations
Color information
#9DBA91 (or 0x9DBA91) is known color: Spring Rain. HEX triplet: 9D, BA and 91. RGB value is (157,186,145). Sum of RGB (Red+Green+Blue) = 157+186+145=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA91 is #62456E. Grayscale: #ACACAC. Windows color (decimal): -6440303 or 9550493. OLE color: 9550493.
HSL color Cylindrical-coordinate representation of color #9DBA91: hue angle of 102.44º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DBA91 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 145 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.27 |
| HSL | 102.44º | 0.23% | 0.65% | - |
| HSV(B) | 102.44º | 0.22% | 0.73% | - |
| XYZ | 36.57 | 44.33 | 33.42 | - |
| YUV | 172.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 145 | 0.16 | 0 | 0.22 | 0.27 | 102.44 | 0.23 | 0.65 |
| Hex | 9D | BA | 91 | 10 | 0 | 16 | 1B | 66 | 17 | 41 |
| Octal | 235 | 272 | 221 | 20 | 0 | 26 | 33 | 146 | 27 | 101 |
| Binary | 10011101 | 10111010 | 10010001 | 10000 | 0 | 10110 | 11011 | 1100110 | 10111 | 1000001 |
Color Harmonies of #9DBA91
Complementary color
Monochromatic Colors of #9DBA91
Black with #9DBA91
Text Example
Text Example
White with #9DBA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA91; }
p { color: rgb(157,186,145); }
H1.HeaderClassName
{
color: #9DBA91;
}
.AnyTagClassName
{
color: #9DBA91;
}
</style>
background-color css
<style>
a { background-color: #9DBA91; }
a { background-color: rgb(157,186,145); }
div.DivClassName
{
background-color: #9DBA91;
}
.BgClassName
{
background-color: #9DBA91;
}
</style>
border-color css
<style>
span { border-color: #9DBA91; }
span { border-color: rgb(157,186,145); }
td.TdClassName
{
border-color: #9DBA91;
}
.TagClassName
{
border-color: #9DBA91;
}
</style>