Shades of Spring Rain #9BBA96
Tints of Spring Rain #9BBA96
RGB
CMYK
RGB Variations
Color information
#9BBA96 (or 0x9BBA96) is known color: Spring Rain. HEX triplet: 9B, BA and 96. RGB value is (155,186,150). Sum of RGB (Red+Green+Blue) = 155+186+150=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA96 is #644569. Grayscale: #ACACAC. Windows color (decimal): -6571370 or 9878171. OLE color: 9878171.
HSL color Cylindrical-coordinate representation of color #9BBA96: hue angle of 111.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBA96 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 150 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.27 |
| HSL | 111.67º | 0.21% | 0.66% | - |
| HSV(B) | 111.67º | 0.19% | 0.73% | - |
| XYZ | 36.58 | 44.29 | 35.47 | - |
| YUV | 172.63 | 115.23 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 150 | 0.17 | 0 | 0.19 | 0.27 | 111.67 | 0.21 | 0.66 |
| Hex | 9B | BA | 96 | 11 | 0 | 13 | 1B | 70 | 15 | 42 |
| Octal | 233 | 272 | 226 | 21 | 0 | 23 | 33 | 160 | 25 | 102 |
| Binary | 10011011 | 10111010 | 10010110 | 10001 | 0 | 10011 | 11011 | 1110000 | 10101 | 1000010 |
Color Harmonies of #9BBA96
Complementary color
Monochromatic Colors of #9BBA96
Black with #9BBA96
Text Example
Text Example
White with #9BBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA96; }
p { color: rgb(155,186,150); }
H1.HeaderClassName
{
color: #9BBA96;
}
.AnyTagClassName
{
color: #9BBA96;
}
</style>
background-color css
<style>
a { background-color: #9BBA96; }
a { background-color: rgb(155,186,150); }
div.DivClassName
{
background-color: #9BBA96;
}
.BgClassName
{
background-color: #9BBA96;
}
</style>
border-color css
<style>
span { border-color: #9BBA96; }
span { border-color: rgb(155,186,150); }
td.TdClassName
{
border-color: #9BBA96;
}
.TagClassName
{
border-color: #9BBA96;
}
</style>