Shades of Spring Rain #9CBB8E
Tints of Spring Rain #9CBB8E
RGB
CMYK
RGB Variations
Color information
#9CBB8E (or 0x9CBB8E) is known color: Spring Rain. HEX triplet: 9C, BB and 8E. RGB value is (156,187,142). Sum of RGB (Red+Green+Blue) = 156+187+142=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB8E is #634471. Grayscale: #ACACAC. Windows color (decimal): -6505586 or 9354140. OLE color: 9354140.
HSL color Cylindrical-coordinate representation of color #9CBB8E: hue angle of 101.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CBB8E is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 142 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.27 |
| HSL | 101.33º | 0.25% | 0.65% | - |
| HSV(B) | 101.33º | 0.24% | 0.73% | - |
| XYZ | 36.36 | 44.56 | 32.28 | - |
| YUV | 172.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 142 | 0.17 | 0 | 0.24 | 0.27 | 101.33 | 0.25 | 0.65 |
| Hex | 9C | BB | 8E | 11 | 0 | 18 | 1B | 65 | 19 | 41 |
| Octal | 234 | 273 | 216 | 21 | 0 | 30 | 33 | 145 | 31 | 101 |
| Binary | 10011100 | 10111011 | 10001110 | 10001 | 0 | 11000 | 11011 | 1100101 | 11001 | 1000001 |
Color Harmonies of #9CBB8E
Complementary color
Monochromatic Colors of #9CBB8E
Black with #9CBB8E
Text Example
Text Example
White with #9CBB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB8E; }
p { color: rgb(156,187,142); }
H1.HeaderClassName
{
color: #9CBB8E;
}
.AnyTagClassName
{
color: #9CBB8E;
}
</style>
background-color css
<style>
a { background-color: #9CBB8E; }
a { background-color: rgb(156,187,142); }
div.DivClassName
{
background-color: #9CBB8E;
}
.BgClassName
{
background-color: #9CBB8E;
}
</style>
border-color css
<style>
span { border-color: #9CBB8E; }
span { border-color: rgb(156,187,142); }
td.TdClassName
{
border-color: #9CBB8E;
}
.TagClassName
{
border-color: #9CBB8E;
}
</style>