Shades of Spring Rain #9BC191
Tints of Spring Rain #9BC191
RGB
CMYK
RGB Variations
Color information
#9BC191 (or 0x9BC191) is known color: Spring Rain. HEX triplet: 9B, C1 and 91. RGB value is (155,193,145). Sum of RGB (Red+Green+Blue) = 155+193+145=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC191 is #643E6E. Grayscale: #B0B0B0. Windows color (decimal): -6569583 or 9552283. OLE color: 9552283.
HSL color Cylindrical-coordinate representation of color #9BC191: hue angle of 107.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BC191 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 145 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.24 |
| HSL | 107.5º | 0.28% | 0.66% | - |
| HSV(B) | 107.5º | 0.25% | 0.76% | - |
| XYZ | 37.7 | 47.15 | 33.9 | - |
| YUV | 176.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 145 | 0.20 | 0 | 0.25 | 0.24 | 107.5 | 0.28 | 0.66 |
| Hex | 9B | C1 | 91 | 14 | 0 | 19 | 18 | 6C | 1C | 42 |
| Octal | 233 | 301 | 221 | 24 | 0 | 31 | 30 | 154 | 34 | 102 |
| Binary | 10011011 | 11000001 | 10010001 | 10100 | 0 | 11001 | 11000 | 1101100 | 11100 | 1000010 |
Color Harmonies of #9BC191
Complementary color
Monochromatic Colors of #9BC191
Black with #9BC191
Text Example
Text Example
White with #9BC191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC191; }
p { color: rgb(155,193,145); }
H1.HeaderClassName
{
color: #9BC191;
}
.AnyTagClassName
{
color: #9BC191;
}
</style>
background-color css
<style>
a { background-color: #9BC191; }
a { background-color: rgb(155,193,145); }
div.DivClassName
{
background-color: #9BC191;
}
.BgClassName
{
background-color: #9BC191;
}
</style>
border-color css
<style>
span { border-color: #9BC191; }
span { border-color: rgb(155,193,145); }
td.TdClassName
{
border-color: #9BC191;
}
.TagClassName
{
border-color: #9BC191;
}
</style>