Shades of Spring Rain #9CBC95
Tints of Spring Rain #9CBC95
RGB
CMYK
RGB Variations
Color information
#9CBC95 (or 0x9CBC95) is known color: Spring Rain. HEX triplet: 9C, BC and 95. RGB value is (156,188,149). Sum of RGB (Red+Green+Blue) = 156+188+149=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC95 is #63436A. Grayscale: #AEAEAE. Windows color (decimal): -6505323 or 9813148. OLE color: 9813148.
HSL color Cylindrical-coordinate representation of color #9CBC95: hue angle of 109.23º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CBC95 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 149 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.26 |
| HSL | 109.23º | 0.23% | 0.66% | - |
| HSV(B) | 109.23º | 0.21% | 0.74% | - |
| XYZ | 37.12 | 45.2 | 35.2 | - |
| YUV | 173.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 149 | 0.17 | 0 | 0.21 | 0.26 | 109.23 | 0.23 | 0.66 |
| Hex | 9C | BC | 95 | 11 | 0 | 15 | 1A | 6D | 17 | 42 |
| Octal | 234 | 274 | 225 | 21 | 0 | 25 | 32 | 155 | 27 | 102 |
| Binary | 10011100 | 10111100 | 10010101 | 10001 | 0 | 10101 | 11010 | 1101101 | 10111 | 1000010 |
Color Harmonies of #9CBC95
Complementary color
Monochromatic Colors of #9CBC95
Black with #9CBC95
Text Example
Text Example
White with #9CBC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC95; }
p { color: rgb(156,188,149); }
H1.HeaderClassName
{
color: #9CBC95;
}
.AnyTagClassName
{
color: #9CBC95;
}
</style>
background-color css
<style>
a { background-color: #9CBC95; }
a { background-color: rgb(156,188,149); }
div.DivClassName
{
background-color: #9CBC95;
}
.BgClassName
{
background-color: #9CBC95;
}
</style>
border-color css
<style>
span { border-color: #9CBC95; }
span { border-color: rgb(156,188,149); }
td.TdClassName
{
border-color: #9CBC95;
}
.TagClassName
{
border-color: #9CBC95;
}
</style>