Shades of Spring Rain #9BBC91
Tints of Spring Rain #9BBC91
RGB
CMYK
RGB Variations
Color information
#9BBC91 (or 0x9BBC91) is known color: Spring Rain. HEX triplet: 9B, BC and 91. RGB value is (155,188,145). Sum of RGB (Red+Green+Blue) = 155+188+145=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC91 is #64436E. Grayscale: #ADADAD. Windows color (decimal): -6570863 or 9551003. OLE color: 9551003.
HSL color Cylindrical-coordinate representation of color #9BBC91: hue angle of 106.05º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BBC91 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 145 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.26 |
| HSL | 106.05º | 0.24% | 0.65% | - |
| HSV(B) | 106.05º | 0.23% | 0.74% | - |
| XYZ | 36.61 | 44.98 | 33.54 | - |
| YUV | 173.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 145 | 0.18 | 0 | 0.23 | 0.26 | 106.05 | 0.24 | 0.65 |
| Hex | 9B | BC | 91 | 12 | 0 | 17 | 1A | 6A | 18 | 41 |
| Octal | 233 | 274 | 221 | 22 | 0 | 27 | 32 | 152 | 30 | 101 |
| Binary | 10011011 | 10111100 | 10010001 | 10010 | 0 | 10111 | 11010 | 1101010 | 11000 | 1000001 |
Color Harmonies of #9BBC91
Complementary color
Monochromatic Colors of #9BBC91
Black with #9BBC91
Text Example
Text Example
White with #9BBC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC91; }
p { color: rgb(155,188,145); }
H1.HeaderClassName
{
color: #9BBC91;
}
.AnyTagClassName
{
color: #9BBC91;
}
</style>
background-color css
<style>
a { background-color: #9BBC91; }
a { background-color: rgb(155,188,145); }
div.DivClassName
{
background-color: #9BBC91;
}
.BgClassName
{
background-color: #9BBC91;
}
</style>
border-color css
<style>
span { border-color: #9BBC91; }
span { border-color: rgb(155,188,145); }
td.TdClassName
{
border-color: #9BBC91;
}
.TagClassName
{
border-color: #9BBC91;
}
</style>