Shades of Spring Rain #9CB396
Tints of Spring Rain #9CB396
RGB
CMYK
RGB Variations
Color information
#9CB396 (or 0x9CB396) is known color: Spring Rain. HEX triplet: 9C, B3 and 96. RGB value is (156,179,150). Sum of RGB (Red+Green+Blue) = 156+179+150=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB396 is #634C69. Grayscale: #A8A8A8. Windows color (decimal): -6507626 or 9876380. OLE color: 9876380.
HSL color Cylindrical-coordinate representation of color #9CB396: hue angle of 107.59º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CB396 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 150 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.30 |
| HSL | 107.59º | 0.16% | 0.65% | - |
| HSV(B) | 107.59º | 0.16% | 0.7% | - |
| XYZ | 35.34 | 41.51 | 35 | - |
| YUV | 168.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 150 | 0.13 | 0 | 0.16 | 0.30 | 107.59 | 0.16 | 0.65 |
| Hex | 9C | B3 | 96 | D | 0 | 10 | 1E | 6C | 10 | 41 |
| Octal | 234 | 263 | 226 | 15 | 0 | 20 | 36 | 154 | 20 | 101 |
| Binary | 10011100 | 10110011 | 10010110 | 1101 | 0 | 10000 | 11110 | 1101100 | 10000 | 1000001 |
Color Harmonies of #9CB396
Complementary color
Monochromatic Colors of #9CB396
Black with #9CB396
Text Example
Text Example
White with #9CB396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB396; }
p { color: rgb(156,179,150); }
H1.HeaderClassName
{
color: #9CB396;
}
.AnyTagClassName
{
color: #9CB396;
}
</style>
background-color css
<style>
a { background-color: #9CB396; }
a { background-color: rgb(156,179,150); }
div.DivClassName
{
background-color: #9CB396;
}
.BgClassName
{
background-color: #9CB396;
}
</style>
border-color css
<style>
span { border-color: #9CB396; }
span { border-color: rgb(156,179,150); }
td.TdClassName
{
border-color: #9CB396;
}
.TagClassName
{
border-color: #9CB396;
}
</style>