Shades of Spring Rain #9CCB95
Tints of Spring Rain #9CCB95
RGB
CMYK
RGB Variations
Color information
#9CCB95 (or 0x9CCB95) is known color: Spring Rain. HEX triplet: 9C, CB and 95. RGB value is (156,203,149). Sum of RGB (Red+Green+Blue) = 156+203+149=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCB95 is #63346A. Grayscale: #B6B6B6. Windows color (decimal): -6501483 or 9816988. OLE color: 9816988.
HSL color Cylindrical-coordinate representation of color #9CCB95: hue angle of 112.22º 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 #9CCB95 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 149 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.20 |
| HSL | 112.22º | 0.34% | 0.69% | - |
| HSV(B) | 112.22º | 0.27% | 0.8% | - |
| XYZ | 40.49 | 51.95 | 36.33 | - |
| YUV | 182.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 149 | 0.23 | 0 | 0.27 | 0.20 | 112.22 | 0.34 | 0.69 |
| Hex | 9C | CB | 95 | 17 | 0 | 1B | 14 | 70 | 22 | 45 |
| Octal | 234 | 313 | 225 | 27 | 0 | 33 | 24 | 160 | 42 | 105 |
| Binary | 10011100 | 11001011 | 10010101 | 10111 | 0 | 11011 | 10100 | 1110000 | 100010 | 1000101 |
Color Harmonies of #9CCB95
Complementary color
Monochromatic Colors of #9CCB95
Black with #9CCB95
Text Example
Text Example
White with #9CCB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB95; }
p { color: rgb(156,203,149); }
H1.HeaderClassName
{
color: #9CCB95;
}
.AnyTagClassName
{
color: #9CCB95;
}
</style>
background-color css
<style>
a { background-color: #9CCB95; }
a { background-color: rgb(156,203,149); }
div.DivClassName
{
background-color: #9CCB95;
}
.BgClassName
{
background-color: #9CCB95;
}
</style>
border-color css
<style>
span { border-color: #9CCB95; }
span { border-color: rgb(156,203,149); }
td.TdClassName
{
border-color: #9CCB95;
}
.TagClassName
{
border-color: #9CCB95;
}
</style>