Shades of Spring Rain #9CB395
Tints of Spring Rain #9CB395
RGB
CMYK
RGB Variations
Color information
#9CB395 (or 0x9CB395) is known color: Spring Rain. HEX triplet: 9C, B3 and 95. RGB value is (156,179,149). Sum of RGB (Red+Green+Blue) = 156+179+149=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB395 is #634C6A. Grayscale: #A8A8A8. Windows color (decimal): -6507627 or 9810844. OLE color: 9810844.
HSL color Cylindrical-coordinate representation of color #9CB395: hue angle of 106º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CB395 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 149 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.30 |
| HSL | 106º | 0.16% | 0.64% | - |
| HSV(B) | 106º | 0.17% | 0.7% | - |
| XYZ | 35.26 | 41.48 | 34.58 | - |
| YUV | 168.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 149 | 0.13 | 0 | 0.17 | 0.30 | 106 | 0.16 | 0.64 |
| Hex | 9C | B3 | 95 | D | 0 | 11 | 1E | 6A | 10 | 40 |
| Octal | 234 | 263 | 225 | 15 | 0 | 21 | 36 | 152 | 20 | 100 |
| Binary | 10011100 | 10110011 | 10010101 | 1101 | 0 | 10001 | 11110 | 1101010 | 10000 | 1000000 |
Color Harmonies of #9CB395
Complementary color
Monochromatic Colors of #9CB395
Black with #9CB395
Text Example
Text Example
White with #9CB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB395; }
p { color: rgb(156,179,149); }
H1.HeaderClassName
{
color: #9CB395;
}
.AnyTagClassName
{
color: #9CB395;
}
</style>
background-color css
<style>
a { background-color: #9CB395; }
a { background-color: rgb(156,179,149); }
div.DivClassName
{
background-color: #9CB395;
}
.BgClassName
{
background-color: #9CB395;
}
</style>
border-color css
<style>
span { border-color: #9CB395; }
span { border-color: rgb(156,179,149); }
td.TdClassName
{
border-color: #9CB395;
}
.TagClassName
{
border-color: #9CB395;
}
</style>