Shades of Spring Rain #9DCB9C
Tints of Spring Rain #9DCB9C
RGB
CMYK
RGB Variations
Color information
#9DCB9C (or 0x9DCB9C) is known color: Spring Rain. HEX triplet: 9D, CB and 9C. RGB value is (157,203,156). Sum of RGB (Red+Green+Blue) = 157+203+156=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCB9C is #623463. Grayscale: #B8B8B8. Windows color (decimal): -6435940 or 10275741. OLE color: 10275741.
HSL color Cylindrical-coordinate representation of color #9DCB9C: hue angle of 118.72º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCB9C is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 156 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.20 |
| HSL | 118.72º | 0.31% | 0.7% | - |
| HSV(B) | 118.72º | 0.23% | 0.8% | - |
| XYZ | 41.26 | 52.28 | 39.37 | - |
| YUV | 183.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 156 | 0.23 | 0 | 0.23 | 0.20 | 118.72 | 0.31 | 0.7 |
| Hex | 9D | CB | 9C | 17 | 0 | 17 | 14 | 77 | 1F | 46 |
| Octal | 235 | 313 | 234 | 27 | 0 | 27 | 24 | 167 | 37 | 106 |
| Binary | 10011101 | 11001011 | 10011100 | 10111 | 0 | 10111 | 10100 | 1110111 | 11111 | 1000110 |
Color Harmonies of #9DCB9C
Complementary color
Monochromatic Colors of #9DCB9C
Black with #9DCB9C
Text Example
Text Example
White with #9DCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB9C; }
p { color: rgb(157,203,156); }
H1.HeaderClassName
{
color: #9DCB9C;
}
.AnyTagClassName
{
color: #9DCB9C;
}
</style>
background-color css
<style>
a { background-color: #9DCB9C; }
a { background-color: rgb(157,203,156); }
div.DivClassName
{
background-color: #9DCB9C;
}
.BgClassName
{
background-color: #9DCB9C;
}
</style>
border-color css
<style>
span { border-color: #9DCB9C; }
span { border-color: rgb(157,203,156); }
td.TdClassName
{
border-color: #9DCB9C;
}
.TagClassName
{
border-color: #9DCB9C;
}
</style>