Shades of Spring Rain #9DBB9B
Tints of Spring Rain #9DBB9B
RGB
CMYK
RGB Variations
Color information
#9DBB9B (or 0x9DBB9B) is known color: Spring Rain. HEX triplet: 9D, BB and 9B. RGB value is (157,187,155). Sum of RGB (Red+Green+Blue) = 157+187+155=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB9B is #624464. Grayscale: #AEAEAE. Windows color (decimal): -6440037 or 10206109. OLE color: 10206109.
HSL color Cylindrical-coordinate representation of color #9DBB9B: hue angle of 116.25º degrees, saturation: 0.19, 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 #9DBB9B is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 155 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.27 |
| HSL | 116.25º | 0.19% | 0.67% | - |
| HSV(B) | 116.25º | 0.17% | 0.73% | - |
| XYZ | 37.59 | 45.08 | 37.73 | - |
| YUV | 174.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 155 | 0.16 | 0 | 0.17 | 0.27 | 116.25 | 0.19 | 0.67 |
| Hex | 9D | BB | 9B | 10 | 0 | 11 | 1B | 74 | 13 | 43 |
| Octal | 235 | 273 | 233 | 20 | 0 | 21 | 33 | 164 | 23 | 103 |
| Binary | 10011101 | 10111011 | 10011011 | 10000 | 0 | 10001 | 11011 | 1110100 | 10011 | 1000011 |
Color Harmonies of #9DBB9B
Complementary color
Monochromatic Colors of #9DBB9B
Black with #9DBB9B
Text Example
Text Example
White with #9DBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB9B; }
p { color: rgb(157,187,155); }
H1.HeaderClassName
{
color: #9DBB9B;
}
.AnyTagClassName
{
color: #9DBB9B;
}
</style>
background-color css
<style>
a { background-color: #9DBB9B; }
a { background-color: rgb(157,187,155); }
div.DivClassName
{
background-color: #9DBB9B;
}
.BgClassName
{
background-color: #9DBB9B;
}
</style>
border-color css
<style>
span { border-color: #9DBB9B; }
span { border-color: rgb(157,187,155); }
td.TdClassName
{
border-color: #9DBB9B;
}
.TagClassName
{
border-color: #9DBB9B;
}
</style>