Shades of Spring Rain #9CBD93
Tints of Spring Rain #9CBD93
RGB
CMYK
RGB Variations
Color information
#9CBD93 (or 0x9CBD93) is known color: Spring Rain. HEX triplet: 9C, BD and 93. RGB value is (156,189,147). Sum of RGB (Red+Green+Blue) = 156+189+147=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBD93 is #63426C. Grayscale: #AEAEAE. Windows color (decimal): -6505069 or 9682332. OLE color: 9682332.
HSL color Cylindrical-coordinate representation of color #9CBD93: hue angle of 107.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CBD93 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 147 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.26 |
| HSL | 107.14º | 0.24% | 0.66% | - |
| HSV(B) | 107.14º | 0.22% | 0.74% | - |
| XYZ | 37.17 | 45.57 | 34.44 | - |
| YUV | 174.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 147 | 0.17 | 0 | 0.22 | 0.26 | 107.14 | 0.24 | 0.66 |
| Hex | 9C | BD | 93 | 11 | 0 | 16 | 1A | 6B | 18 | 42 |
| Octal | 234 | 275 | 223 | 21 | 0 | 26 | 32 | 153 | 30 | 102 |
| Binary | 10011100 | 10111101 | 10010011 | 10001 | 0 | 10110 | 11010 | 1101011 | 11000 | 1000010 |
Color Harmonies of #9CBD93
Complementary color
Monochromatic Colors of #9CBD93
Black with #9CBD93
Text Example
Text Example
White with #9CBD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD93; }
p { color: rgb(156,189,147); }
H1.HeaderClassName
{
color: #9CBD93;
}
.AnyTagClassName
{
color: #9CBD93;
}
</style>
background-color css
<style>
a { background-color: #9CBD93; }
a { background-color: rgb(156,189,147); }
div.DivClassName
{
background-color: #9CBD93;
}
.BgClassName
{
background-color: #9CBD93;
}
</style>
border-color css
<style>
span { border-color: #9CBD93; }
span { border-color: rgb(156,189,147); }
td.TdClassName
{
border-color: #9CBD93;
}
.TagClassName
{
border-color: #9CBD93;
}
</style>