Shades of Spring Rain #9CBC8F
Tints of Spring Rain #9CBC8F
RGB
CMYK
RGB Variations
Color information
#9CBC8F (or 0x9CBC8F) is known color: Spring Rain. HEX triplet: 9C, BC and 8F. RGB value is (156,188,143). Sum of RGB (Red+Green+Blue) = 156+188+143=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC8F is #634370. Grayscale: #ADADAD. Windows color (decimal): -6505329 or 9419932. OLE color: 9419932.
HSL color Cylindrical-coordinate representation of color #9CBC8F: hue angle of 102.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CBC8F is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 143 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.26 |
| HSL | 102.67º | 0.25% | 0.65% | - |
| HSV(B) | 102.67º | 0.24% | 0.74% | - |
| XYZ | 36.65 | 45.02 | 32.74 | - |
| YUV | 173.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 143 | 0.17 | 0 | 0.24 | 0.26 | 102.67 | 0.25 | 0.65 |
| Hex | 9C | BC | 8F | 11 | 0 | 18 | 1A | 67 | 19 | 41 |
| Octal | 234 | 274 | 217 | 21 | 0 | 30 | 32 | 147 | 31 | 101 |
| Binary | 10011100 | 10111100 | 10001111 | 10001 | 0 | 11000 | 11010 | 1100111 | 11001 | 1000001 |
Color Harmonies of #9CBC8F
Complementary color
Monochromatic Colors of #9CBC8F
Black with #9CBC8F
Text Example
Text Example
White with #9CBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC8F; }
p { color: rgb(156,188,143); }
H1.HeaderClassName
{
color: #9CBC8F;
}
.AnyTagClassName
{
color: #9CBC8F;
}
</style>
background-color css
<style>
a { background-color: #9CBC8F; }
a { background-color: rgb(156,188,143); }
div.DivClassName
{
background-color: #9CBC8F;
}
.BgClassName
{
background-color: #9CBC8F;
}
</style>
border-color css
<style>
span { border-color: #9CBC8F; }
span { border-color: rgb(156,188,143); }
td.TdClassName
{
border-color: #9CBC8F;
}
.TagClassName
{
border-color: #9CBC8F;
}
</style>