Shades of Spring Rain #9DBA9B
Tints of Spring Rain #9DBA9B
RGB
CMYK
RGB Variations
Color information
#9DBA9B (or 0x9DBA9B) is known color: Spring Rain. HEX triplet: 9D, BA and 9B. RGB value is (157,186,155). Sum of RGB (Red+Green+Blue) = 157+186+155=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA9B is #624564. Grayscale: #ADADAD. Windows color (decimal): -6440293 or 10205853. OLE color: 10205853.
HSL color Cylindrical-coordinate representation of color #9DBA9B: hue angle of 116.13º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBA9B is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 155 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.27 |
| HSL | 116.13º | 0.18% | 0.67% | - |
| HSV(B) | 116.13º | 0.17% | 0.73% | - |
| XYZ | 37.38 | 44.65 | 37.66 | - |
| YUV | 173.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 155 | 0.16 | 0 | 0.17 | 0.27 | 116.13 | 0.18 | 0.67 |
| Hex | 9D | BA | 9B | 10 | 0 | 11 | 1B | 74 | 12 | 43 |
| Octal | 235 | 272 | 233 | 20 | 0 | 21 | 33 | 164 | 22 | 103 |
| Binary | 10011101 | 10111010 | 10011011 | 10000 | 0 | 10001 | 11011 | 1110100 | 10010 | 1000011 |
Color Harmonies of #9DBA9B
Complementary color
Monochromatic Colors of #9DBA9B
Black with #9DBA9B
Text Example
Text Example
White with #9DBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA9B; }
p { color: rgb(157,186,155); }
H1.HeaderClassName
{
color: #9DBA9B;
}
.AnyTagClassName
{
color: #9DBA9B;
}
</style>
background-color css
<style>
a { background-color: #9DBA9B; }
a { background-color: rgb(157,186,155); }
div.DivClassName
{
background-color: #9DBA9B;
}
.BgClassName
{
background-color: #9DBA9B;
}
</style>
border-color css
<style>
span { border-color: #9DBA9B; }
span { border-color: rgb(157,186,155); }
td.TdClassName
{
border-color: #9DBA9B;
}
.TagClassName
{
border-color: #9DBA9B;
}
</style>