Shades of Spring Rain #9CB996
Tints of Spring Rain #9CB996
RGB
CMYK
RGB Variations
Color information
#9CB996 (or 0x9CB996) is known color: Spring Rain. HEX triplet: 9C, B9 and 96. RGB value is (156,185,150). Sum of RGB (Red+Green+Blue) = 156+185+150=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB996 is #634669. Grayscale: #ACACAC. Windows color (decimal): -6506090 or 9877916. OLE color: 9877916.
HSL color Cylindrical-coordinate representation of color #9CB996: hue angle of 109.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CB996 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 150 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.27 |
| HSL | 109.71º | 0.2% | 0.66% | - |
| HSV(B) | 109.71º | 0.19% | 0.73% | - |
| XYZ | 36.56 | 43.97 | 35.41 | - |
| YUV | 172.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 150 | 0.16 | 0 | 0.19 | 0.27 | 109.71 | 0.2 | 0.66 |
| Hex | 9C | B9 | 96 | 10 | 0 | 13 | 1B | 6E | 14 | 42 |
| Octal | 234 | 271 | 226 | 20 | 0 | 23 | 33 | 156 | 24 | 102 |
| Binary | 10011100 | 10111001 | 10010110 | 10000 | 0 | 10011 | 11011 | 1101110 | 10100 | 1000010 |
Color Harmonies of #9CB996
Complementary color
Monochromatic Colors of #9CB996
Black with #9CB996
Text Example
Text Example
White with #9CB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB996; }
p { color: rgb(156,185,150); }
H1.HeaderClassName
{
color: #9CB996;
}
.AnyTagClassName
{
color: #9CB996;
}
</style>
background-color css
<style>
a { background-color: #9CB996; }
a { background-color: rgb(156,185,150); }
div.DivClassName
{
background-color: #9CB996;
}
.BgClassName
{
background-color: #9CB996;
}
</style>
border-color css
<style>
span { border-color: #9CB996; }
span { border-color: rgb(156,185,150); }
td.TdClassName
{
border-color: #9CB996;
}
.TagClassName
{
border-color: #9CB996;
}
</style>