Shades of Spring Rain #9CBC94
Tints of Spring Rain #9CBC94
RGB
CMYK
RGB Variations
Color information
#9CBC94 (or 0x9CBC94) is known color: Spring Rain. HEX triplet: 9C, BC and 94. RGB value is (156,188,148). Sum of RGB (Red+Green+Blue) = 156+188+148=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC94 is #63436B. Grayscale: #ADADAD. Windows color (decimal): -6505324 or 9747612. OLE color: 9747612.
HSL color Cylindrical-coordinate representation of color #9CBC94: hue angle of 108º 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 #9CBC94 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 148 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.26 |
| HSL | 108º | 0.23% | 0.66% | - |
| HSV(B) | 108º | 0.21% | 0.74% | - |
| XYZ | 37.04 | 45.17 | 34.78 | - |
| YUV | 173.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 148 | 0.17 | 0 | 0.21 | 0.26 | 108 | 0.23 | 0.66 |
| Hex | 9C | BC | 94 | 11 | 0 | 15 | 1A | 6C | 17 | 42 |
| Octal | 234 | 274 | 224 | 21 | 0 | 25 | 32 | 154 | 27 | 102 |
| Binary | 10011100 | 10111100 | 10010100 | 10001 | 0 | 10101 | 11010 | 1101100 | 10111 | 1000010 |
Color Harmonies of #9CBC94
Complementary color
Monochromatic Colors of #9CBC94
Black with #9CBC94
Text Example
Text Example
White with #9CBC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC94; }
p { color: rgb(156,188,148); }
H1.HeaderClassName
{
color: #9CBC94;
}
.AnyTagClassName
{
color: #9CBC94;
}
</style>
background-color css
<style>
a { background-color: #9CBC94; }
a { background-color: rgb(156,188,148); }
div.DivClassName
{
background-color: #9CBC94;
}
.BgClassName
{
background-color: #9CBC94;
}
</style>
border-color css
<style>
span { border-color: #9CBC94; }
span { border-color: rgb(156,188,148); }
td.TdClassName
{
border-color: #9CBC94;
}
.TagClassName
{
border-color: #9CBC94;
}
</style>