Shades of Spring Rain #9CB598
Tints of Spring Rain #9CB598
RGB
CMYK
RGB Variations
Color information
#9CB598 (or 0x9CB598) is known color: Spring Rain. HEX triplet: 9C, B5 and 98. RGB value is (156,181,152). Sum of RGB (Red+Green+Blue) = 156+181+152=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB598 is #634A67. Grayscale: #AAAAAA. Windows color (decimal): -6507112 or 10007964. OLE color: 10007964.
HSL color Cylindrical-coordinate representation of color #9CB598: hue angle of 111.72º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CB598 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 152 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.29 |
| HSL | 111.72º | 0.16% | 0.65% | - |
| HSV(B) | 111.72º | 0.16% | 0.71% | - |
| XYZ | 35.9 | 42.38 | 35.99 | - |
| YUV | 170.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 152 | 0.14 | 0 | 0.16 | 0.29 | 111.72 | 0.16 | 0.65 |
| Hex | 9C | B5 | 98 | E | 0 | 10 | 1D | 70 | 10 | 41 |
| Octal | 234 | 265 | 230 | 16 | 0 | 20 | 35 | 160 | 20 | 101 |
| Binary | 10011100 | 10110101 | 10011000 | 1110 | 0 | 10000 | 11101 | 1110000 | 10000 | 1000001 |
Color Harmonies of #9CB598
Complementary color
Monochromatic Colors of #9CB598
Black with #9CB598
Text Example
Text Example
White with #9CB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB598; }
p { color: rgb(156,181,152); }
H1.HeaderClassName
{
color: #9CB598;
}
.AnyTagClassName
{
color: #9CB598;
}
</style>
background-color css
<style>
a { background-color: #9CB598; }
a { background-color: rgb(156,181,152); }
div.DivClassName
{
background-color: #9CB598;
}
.BgClassName
{
background-color: #9CB598;
}
</style>
border-color css
<style>
span { border-color: #9CB598; }
span { border-color: rgb(156,181,152); }
td.TdClassName
{
border-color: #9CB598;
}
.TagClassName
{
border-color: #9CB598;
}
</style>