Shades of Spring Rain #9BC190
Tints of Spring Rain #9BC190
RGB
CMYK
RGB Variations
Color information
#9BC190 (or 0x9BC190) is known color: Spring Rain. HEX triplet: 9B, C1 and 90. RGB value is (155,193,144). Sum of RGB (Red+Green+Blue) = 155+193+144=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC190 is #643E6F. Grayscale: #B0B0B0. Windows color (decimal): -6569584 or 9486747. OLE color: 9486747.
HSL color Cylindrical-coordinate representation of color #9BC190: hue angle of 106.53º 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 #9BC190 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 144 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.24 |
| HSL | 106.53º | 0.28% | 0.66% | - |
| HSV(B) | 106.53º | 0.25% | 0.76% | - |
| XYZ | 37.62 | 47.12 | 33.5 | - |
| YUV | 176.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 144 | 0.20 | 0 | 0.25 | 0.24 | 106.53 | 0.28 | 0.66 |
| Hex | 9B | C1 | 90 | 14 | 0 | 19 | 18 | 6B | 1C | 42 |
| Octal | 233 | 301 | 220 | 24 | 0 | 31 | 30 | 153 | 34 | 102 |
| Binary | 10011011 | 11000001 | 10010000 | 10100 | 0 | 11001 | 11000 | 1101011 | 11100 | 1000010 |
Color Harmonies of #9BC190
Complementary color
Monochromatic Colors of #9BC190
Black with #9BC190
Text Example
Text Example
White with #9BC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC190; }
p { color: rgb(155,193,144); }
H1.HeaderClassName
{
color: #9BC190;
}
.AnyTagClassName
{
color: #9BC190;
}
</style>
background-color css
<style>
a { background-color: #9BC190; }
a { background-color: rgb(155,193,144); }
div.DivClassName
{
background-color: #9BC190;
}
.BgClassName
{
background-color: #9BC190;
}
</style>
border-color css
<style>
span { border-color: #9BC190; }
span { border-color: rgb(155,193,144); }
td.TdClassName
{
border-color: #9BC190;
}
.TagClassName
{
border-color: #9BC190;
}
</style>