Shades of Spring Rain #9BC392
Tints of Spring Rain #9BC392
RGB
CMYK
RGB Variations
Color information
#9BC392 (or 0x9BC392) is known color: Spring Rain. HEX triplet: 9B, C3 and 92. RGB value is (155,195,146). Sum of RGB (Red+Green+Blue) = 155+195+146=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC392 is #643C6D. Grayscale: #B1B1B1. Windows color (decimal): -6569070 or 9618331. OLE color: 9618331.
HSL color Cylindrical-coordinate representation of color #9BC392: hue angle of 108.98º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BC392 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 146 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.24 |
| HSL | 108.98º | 0.29% | 0.67% | - |
| HSV(B) | 108.98º | 0.25% | 0.76% | - |
| XYZ | 38.22 | 48.07 | 34.46 | - |
| YUV | 177.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 146 | 0.21 | 0 | 0.25 | 0.24 | 108.98 | 0.29 | 0.67 |
| Hex | 9B | C3 | 92 | 15 | 0 | 19 | 18 | 6D | 1D | 43 |
| Octal | 233 | 303 | 222 | 25 | 0 | 31 | 30 | 155 | 35 | 103 |
| Binary | 10011011 | 11000011 | 10010010 | 10101 | 0 | 11001 | 11000 | 1101101 | 11101 | 1000011 |
Color Harmonies of #9BC392
Complementary color
Monochromatic Colors of #9BC392
Black with #9BC392
Text Example
Text Example
White with #9BC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC392; }
p { color: rgb(155,195,146); }
H1.HeaderClassName
{
color: #9BC392;
}
.AnyTagClassName
{
color: #9BC392;
}
</style>
background-color css
<style>
a { background-color: #9BC392; }
a { background-color: rgb(155,195,146); }
div.DivClassName
{
background-color: #9BC392;
}
.BgClassName
{
background-color: #9BC392;
}
</style>
border-color css
<style>
span { border-color: #9BC392; }
span { border-color: rgb(155,195,146); }
td.TdClassName
{
border-color: #9BC392;
}
.TagClassName
{
border-color: #9BC392;
}
</style>