Shades of Spring Rain #9BBA91
Tints of Spring Rain #9BBA91
RGB
CMYK
RGB Variations
Color information
#9BBA91 (or 0x9BBA91) is known color: Spring Rain. HEX triplet: 9B, BA and 91. RGB value is (155,186,145). Sum of RGB (Red+Green+Blue) = 155+186+145=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA91 is #64456E. Grayscale: #ACACAC. Windows color (decimal): -6571375 or 9550491. OLE color: 9550491.
HSL color Cylindrical-coordinate representation of color #9BBA91: hue angle of 105.37º 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 #9BBA91 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 145 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.27 |
| HSL | 105.37º | 0.23% | 0.65% | - |
| HSV(B) | 105.37º | 0.22% | 0.73% | - |
| XYZ | 36.19 | 44.13 | 33.4 | - |
| YUV | 172.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 145 | 0.17 | 0 | 0.22 | 0.27 | 105.37 | 0.23 | 0.65 |
| Hex | 9B | BA | 91 | 11 | 0 | 16 | 1B | 69 | 17 | 41 |
| Octal | 233 | 272 | 221 | 21 | 0 | 26 | 33 | 151 | 27 | 101 |
| Binary | 10011011 | 10111010 | 10010001 | 10001 | 0 | 10110 | 11011 | 1101001 | 10111 | 1000001 |
Color Harmonies of #9BBA91
Complementary color
Monochromatic Colors of #9BBA91
Black with #9BBA91
Text Example
Text Example
White with #9BBA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA91; }
p { color: rgb(155,186,145); }
H1.HeaderClassName
{
color: #9BBA91;
}
.AnyTagClassName
{
color: #9BBA91;
}
</style>
background-color css
<style>
a { background-color: #9BBA91; }
a { background-color: rgb(155,186,145); }
div.DivClassName
{
background-color: #9BBA91;
}
.BgClassName
{
background-color: #9BBA91;
}
</style>
border-color css
<style>
span { border-color: #9BBA91; }
span { border-color: rgb(155,186,145); }
td.TdClassName
{
border-color: #9BBA91;
}
.TagClassName
{
border-color: #9BBA91;
}
</style>