Shades of Spring Rain #9DCB95
Tints of Spring Rain #9DCB95
RGB
CMYK
RGB Variations
Color information
#9DCB95 (or 0x9DCB95) is known color: Spring Rain. HEX triplet: 9D, CB and 95. RGB value is (157,203,149). Sum of RGB (Red+Green+Blue) = 157+203+149=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCB95 is #62346A. Grayscale: #B7B7B7. Windows color (decimal): -6435947 or 9816989. OLE color: 9816989.
HSL color Cylindrical-coordinate representation of color #9DCB95: hue angle of 111.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DCB95 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 149 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.20 |
| HSL | 111.11º | 0.34% | 0.69% | - |
| HSV(B) | 111.11º | 0.27% | 0.8% | - |
| XYZ | 40.69 | 52.05 | 36.34 | - |
| YUV | 183.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 149 | 0.23 | 0 | 0.27 | 0.20 | 111.11 | 0.34 | 0.69 |
| Hex | 9D | CB | 95 | 17 | 0 | 1B | 14 | 6F | 22 | 45 |
| Octal | 235 | 313 | 225 | 27 | 0 | 33 | 24 | 157 | 42 | 105 |
| Binary | 10011101 | 11001011 | 10010101 | 10111 | 0 | 11011 | 10100 | 1101111 | 100010 | 1000101 |
Color Harmonies of #9DCB95
Complementary color
Monochromatic Colors of #9DCB95
Black with #9DCB95
Text Example
Text Example
White with #9DCB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB95; }
p { color: rgb(157,203,149); }
H1.HeaderClassName
{
color: #9DCB95;
}
.AnyTagClassName
{
color: #9DCB95;
}
</style>
background-color css
<style>
a { background-color: #9DCB95; }
a { background-color: rgb(157,203,149); }
div.DivClassName
{
background-color: #9DCB95;
}
.BgClassName
{
background-color: #9DCB95;
}
</style>
border-color css
<style>
span { border-color: #9DCB95; }
span { border-color: rgb(157,203,149); }
td.TdClassName
{
border-color: #9DCB95;
}
.TagClassName
{
border-color: #9DCB95;
}
</style>