Shades of Spring Rain #9BCB91
Tints of Spring Rain #9BCB91
RGB
CMYK
RGB Variations
Color information
#9BCB91 (or 0x9BCB91) is known color: Spring Rain. HEX triplet: 9B, CB and 91. RGB value is (155,203,145). Sum of RGB (Red+Green+Blue) = 155+203+145=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCB91 is #64346E. Grayscale: #B6B6B6. Windows color (decimal): -6567023 or 9554843. OLE color: 9554843.
HSL color Cylindrical-coordinate representation of color #9BCB91: hue angle of 109.66º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BCB91 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 145 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.20 |
| HSL | 109.66º | 0.36% | 0.68% | - |
| HSV(B) | 109.66º | 0.29% | 0.8% | - |
| XYZ | 39.98 | 51.72 | 34.66 | - |
| YUV | 182.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 145 | 0.24 | 0 | 0.29 | 0.20 | 109.66 | 0.36 | 0.68 |
| Hex | 9B | CB | 91 | 18 | 0 | 1D | 14 | 6E | 24 | 44 |
| Octal | 233 | 313 | 221 | 30 | 0 | 35 | 24 | 156 | 44 | 104 |
| Binary | 10011011 | 11001011 | 10010001 | 11000 | 0 | 11101 | 10100 | 1101110 | 100100 | 1000100 |
Color Harmonies of #9BCB91
Complementary color
Monochromatic Colors of #9BCB91
Black with #9BCB91
Text Example
Text Example
White with #9BCB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCB91; }
p { color: rgb(155,203,145); }
H1.HeaderClassName
{
color: #9BCB91;
}
.AnyTagClassName
{
color: #9BCB91;
}
</style>
background-color css
<style>
a { background-color: #9BCB91; }
a { background-color: rgb(155,203,145); }
div.DivClassName
{
background-color: #9BCB91;
}
.BgClassName
{
background-color: #9BCB91;
}
</style>
border-color css
<style>
span { border-color: #9BCB91; }
span { border-color: rgb(155,203,145); }
td.TdClassName
{
border-color: #9BCB91;
}
.TagClassName
{
border-color: #9BCB91;
}
</style>