Shades of Spring Rain #9CBD91
Tints of Spring Rain #9CBD91
RGB
CMYK
RGB Variations
Color information
#9CBD91 (or 0x9CBD91) is known color: Spring Rain. HEX triplet: 9C, BD and 91. RGB value is (156,189,145). Sum of RGB (Red+Green+Blue) = 156+189+145=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBD91 is #63426E. Grayscale: #AEAEAE. Windows color (decimal): -6505071 or 9551260. OLE color: 9551260.
HSL color Cylindrical-coordinate representation of color #9CBD91: hue angle of 105º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CBD91 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 145 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.26 |
| HSL | 105º | 0.25% | 0.65% | - |
| HSV(B) | 105º | 0.23% | 0.74% | - |
| XYZ | 37.02 | 45.51 | 33.62 | - |
| YUV | 174.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 145 | 0.17 | 0 | 0.23 | 0.26 | 105 | 0.25 | 0.65 |
| Hex | 9C | BD | 91 | 11 | 0 | 17 | 1A | 69 | 19 | 41 |
| Octal | 234 | 275 | 221 | 21 | 0 | 27 | 32 | 151 | 31 | 101 |
| Binary | 10011100 | 10111101 | 10010001 | 10001 | 0 | 10111 | 11010 | 1101001 | 11001 | 1000001 |
Color Harmonies of #9CBD91
Complementary color
Monochromatic Colors of #9CBD91
Black with #9CBD91
Text Example
Text Example
White with #9CBD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD91; }
p { color: rgb(156,189,145); }
H1.HeaderClassName
{
color: #9CBD91;
}
.AnyTagClassName
{
color: #9CBD91;
}
</style>
background-color css
<style>
a { background-color: #9CBD91; }
a { background-color: rgb(156,189,145); }
div.DivClassName
{
background-color: #9CBD91;
}
.BgClassName
{
background-color: #9CBD91;
}
</style>
border-color css
<style>
span { border-color: #9CBD91; }
span { border-color: rgb(156,189,145); }
td.TdClassName
{
border-color: #9CBD91;
}
.TagClassName
{
border-color: #9CBD91;
}
</style>