Shades of Spring Rain #9BC196
Tints of Spring Rain #9BC196
RGB
CMYK
RGB Variations
Color information
#9BC196 (or 0x9BC196) is known color: Spring Rain. HEX triplet: 9B, C1 and 96. RGB value is (155,193,150). Sum of RGB (Red+Green+Blue) = 155+193+150=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC196 is #643E69. Grayscale: #B0B0B0. Windows color (decimal): -6569578 or 9879963. OLE color: 9879963.
HSL color Cylindrical-coordinate representation of color #9BC196: hue angle of 113.02º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC196 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 150 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.24 |
| HSL | 113.02º | 0.26% | 0.67% | - |
| HSV(B) | 113.02º | 0.22% | 0.76% | - |
| XYZ | 38.09 | 47.31 | 35.98 | - |
| YUV | 176.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 150 | 0.20 | 0 | 0.22 | 0.24 | 113.02 | 0.26 | 0.67 |
| Hex | 9B | C1 | 96 | 14 | 0 | 16 | 18 | 71 | 1A | 43 |
| Octal | 233 | 301 | 226 | 24 | 0 | 26 | 30 | 161 | 32 | 103 |
| Binary | 10011011 | 11000001 | 10010110 | 10100 | 0 | 10110 | 11000 | 1110001 | 11010 | 1000011 |
Color Harmonies of #9BC196
Complementary color
Monochromatic Colors of #9BC196
Black with #9BC196
Text Example
Text Example
White with #9BC196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC196; }
p { color: rgb(155,193,150); }
H1.HeaderClassName
{
color: #9BC196;
}
.AnyTagClassName
{
color: #9BC196;
}
</style>
background-color css
<style>
a { background-color: #9BC196; }
a { background-color: rgb(155,193,150); }
div.DivClassName
{
background-color: #9BC196;
}
.BgClassName
{
background-color: #9BC196;
}
</style>
border-color css
<style>
span { border-color: #9BC196; }
span { border-color: rgb(155,193,150); }
td.TdClassName
{
border-color: #9BC196;
}
.TagClassName
{
border-color: #9BC196;
}
</style>