Shades of Spring Rain #9CB595
Tints of Spring Rain #9CB595
RGB
CMYK
RGB Variations
Color information
#9CB595 (or 0x9CB595) is known color: Spring Rain. HEX triplet: 9C, B5 and 95. RGB value is (156,181,149). Sum of RGB (Red+Green+Blue) = 156+181+149=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB595 is #634A6A. Grayscale: #A9A9A9. Windows color (decimal): -6507115 or 9811356. OLE color: 9811356.
HSL color Cylindrical-coordinate representation of color #9CB595: hue angle of 106.88º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CB595 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 149 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.29 |
| HSL | 106.88º | 0.18% | 0.65% | - |
| HSV(B) | 106.88º | 0.18% | 0.71% | - |
| XYZ | 35.66 | 42.29 | 34.72 | - |
| YUV | 169.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 149 | 0.14 | 0 | 0.18 | 0.29 | 106.88 | 0.18 | 0.65 |
| Hex | 9C | B5 | 95 | E | 0 | 12 | 1D | 6B | 12 | 41 |
| Octal | 234 | 265 | 225 | 16 | 0 | 22 | 35 | 153 | 22 | 101 |
| Binary | 10011100 | 10110101 | 10010101 | 1110 | 0 | 10010 | 11101 | 1101011 | 10010 | 1000001 |
Color Harmonies of #9CB595
Complementary color
Monochromatic Colors of #9CB595
Black with #9CB595
Text Example
Text Example
White with #9CB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB595; }
p { color: rgb(156,181,149); }
H1.HeaderClassName
{
color: #9CB595;
}
.AnyTagClassName
{
color: #9CB595;
}
</style>
background-color css
<style>
a { background-color: #9CB595; }
a { background-color: rgb(156,181,149); }
div.DivClassName
{
background-color: #9CB595;
}
.BgClassName
{
background-color: #9CB595;
}
</style>
border-color css
<style>
span { border-color: #9CB595; }
span { border-color: rgb(156,181,149); }
td.TdClassName
{
border-color: #9CB595;
}
.TagClassName
{
border-color: #9CB595;
}
</style>