Shades of Spring Rain #9BC096
Tints of Spring Rain #9BC096
RGB
CMYK
RGB Variations
Color information
#9BC096 (or 0x9BC096) is known color: Spring Rain. HEX triplet: 9B, C0 and 96. RGB value is (155,192,150). Sum of RGB (Red+Green+Blue) = 155+192+150=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC096 is #643F69. Grayscale: #B0B0B0. Windows color (decimal): -6569834 or 9879707. OLE color: 9879707.
HSL color Cylindrical-coordinate representation of color #9BC096: hue angle of 112.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC096 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 150 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.25 |
| HSL | 112.86º | 0.25% | 0.67% | - |
| HSV(B) | 112.86º | 0.22% | 0.75% | - |
| XYZ | 37.87 | 46.87 | 35.9 | - |
| YUV | 176.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 150 | 0.19 | 0 | 0.22 | 0.25 | 112.86 | 0.25 | 0.67 |
| Hex | 9B | C0 | 96 | 13 | 0 | 16 | 19 | 71 | 19 | 43 |
| Octal | 233 | 300 | 226 | 23 | 0 | 26 | 31 | 161 | 31 | 103 |
| Binary | 10011011 | 11000000 | 10010110 | 10011 | 0 | 10110 | 11001 | 1110001 | 11001 | 1000011 |
Color Harmonies of #9BC096
Complementary color
Monochromatic Colors of #9BC096
Black with #9BC096
Text Example
Text Example
White with #9BC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC096; }
p { color: rgb(155,192,150); }
H1.HeaderClassName
{
color: #9BC096;
}
.AnyTagClassName
{
color: #9BC096;
}
</style>
background-color css
<style>
a { background-color: #9BC096; }
a { background-color: rgb(155,192,150); }
div.DivClassName
{
background-color: #9BC096;
}
.BgClassName
{
background-color: #9BC096;
}
</style>
border-color css
<style>
span { border-color: #9BC096; }
span { border-color: rgb(155,192,150); }
td.TdClassName
{
border-color: #9BC096;
}
.TagClassName
{
border-color: #9BC096;
}
</style>