Shades of Spring Rain #9CBF91
Tints of Spring Rain #9CBF91
RGB
CMYK
RGB Variations
Color information
#9CBF91 (or 0x9CBF91) is known color: Spring Rain. HEX triplet: 9C, BF and 91. RGB value is (156,191,145). Sum of RGB (Red+Green+Blue) = 156+191+145=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF91 is #63406E. Grayscale: #AFAFAF. Windows color (decimal): -6504559 or 9551772. OLE color: 9551772.
HSL color Cylindrical-coordinate representation of color #9CBF91: hue angle of 105.65º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CBF91 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 145 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.25 |
| HSL | 105.65º | 0.26% | 0.66% | - |
| HSV(B) | 105.65º | 0.24% | 0.75% | - |
| XYZ | 37.45 | 46.37 | 33.77 | - |
| YUV | 175.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 145 | 0.18 | 0 | 0.24 | 0.25 | 105.65 | 0.26 | 0.66 |
| Hex | 9C | BF | 91 | 12 | 0 | 18 | 19 | 6A | 1A | 42 |
| Octal | 234 | 277 | 221 | 22 | 0 | 30 | 31 | 152 | 32 | 102 |
| Binary | 10011100 | 10111111 | 10010001 | 10010 | 0 | 11000 | 11001 | 1101010 | 11010 | 1000010 |
Color Harmonies of #9CBF91
Complementary color
Monochromatic Colors of #9CBF91
Black with #9CBF91
Text Example
Text Example
White with #9CBF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF91; }
p { color: rgb(156,191,145); }
H1.HeaderClassName
{
color: #9CBF91;
}
.AnyTagClassName
{
color: #9CBF91;
}
</style>
background-color css
<style>
a { background-color: #9CBF91; }
a { background-color: rgb(156,191,145); }
div.DivClassName
{
background-color: #9CBF91;
}
.BgClassName
{
background-color: #9CBF91;
}
</style>
border-color css
<style>
span { border-color: #9CBF91; }
span { border-color: rgb(156,191,145); }
td.TdClassName
{
border-color: #9CBF91;
}
.TagClassName
{
border-color: #9CBF91;
}
</style>