Shades of Spring Rain #9CBC96
Tints of Spring Rain #9CBC96
RGB
CMYK
RGB Variations
Color information
#9CBC96 (or 0x9CBC96) is known color: Spring Rain. HEX triplet: 9C, BC and 96. RGB value is (156,188,150). Sum of RGB (Red+Green+Blue) = 156+188+150=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC96 is #634369. Grayscale: #AEAEAE. Windows color (decimal): -6505322 or 9878684. OLE color: 9878684.
HSL color Cylindrical-coordinate representation of color #9CBC96: hue angle of 110.53º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CBC96 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 150 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.26 |
| HSL | 110.53º | 0.22% | 0.66% | - |
| HSV(B) | 110.53º | 0.2% | 0.74% | - |
| XYZ | 37.2 | 45.24 | 35.63 | - |
| YUV | 174.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 150 | 0.17 | 0 | 0.20 | 0.26 | 110.53 | 0.22 | 0.66 |
| Hex | 9C | BC | 96 | 11 | 0 | 14 | 1A | 6F | 16 | 42 |
| Octal | 234 | 274 | 226 | 21 | 0 | 24 | 32 | 157 | 26 | 102 |
| Binary | 10011100 | 10111100 | 10010110 | 10001 | 0 | 10100 | 11010 | 1101111 | 10110 | 1000010 |
Color Harmonies of #9CBC96
Complementary color
Monochromatic Colors of #9CBC96
Black with #9CBC96
Text Example
Text Example
White with #9CBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC96; }
p { color: rgb(156,188,150); }
H1.HeaderClassName
{
color: #9CBC96;
}
.AnyTagClassName
{
color: #9CBC96;
}
</style>
background-color css
<style>
a { background-color: #9CBC96; }
a { background-color: rgb(156,188,150); }
div.DivClassName
{
background-color: #9CBC96;
}
.BgClassName
{
background-color: #9CBC96;
}
</style>
border-color css
<style>
span { border-color: #9CBC96; }
span { border-color: rgb(156,188,150); }
td.TdClassName
{
border-color: #9CBC96;
}
.TagClassName
{
border-color: #9CBC96;
}
</style>