Shades of Spring Rain #9CB899
Tints of Spring Rain #9CB899
RGB
CMYK
RGB Variations
Color information
#9CB899 (or 0x9CB899) is known color: Spring Rain. HEX triplet: 9C, B8 and 99. RGB value is (156,184,153). Sum of RGB (Red+Green+Blue) = 156+184+153=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB899 is #634766. Grayscale: #ACACAC. Windows color (decimal): -6506343 or 10074268. OLE color: 10074268.
HSL color Cylindrical-coordinate representation of color #9CB899: hue angle of 114.19º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CB899 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 153 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.28 |
| HSL | 114.19º | 0.18% | 0.66% | - |
| HSV(B) | 114.19º | 0.17% | 0.72% | - |
| XYZ | 36.6 | 43.65 | 36.63 | - |
| YUV | 172.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 153 | 0.15 | 0 | 0.17 | 0.28 | 114.19 | 0.18 | 0.66 |
| Hex | 9C | B8 | 99 | F | 0 | 11 | 1C | 72 | 12 | 42 |
| Octal | 234 | 270 | 231 | 17 | 0 | 21 | 34 | 162 | 22 | 102 |
| Binary | 10011100 | 10111000 | 10011001 | 1111 | 0 | 10001 | 11100 | 1110010 | 10010 | 1000010 |
Color Harmonies of #9CB899
Complementary color
Monochromatic Colors of #9CB899
Black with #9CB899
Text Example
Text Example
White with #9CB899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB899; }
p { color: rgb(156,184,153); }
H1.HeaderClassName
{
color: #9CB899;
}
.AnyTagClassName
{
color: #9CB899;
}
</style>
background-color css
<style>
a { background-color: #9CB899; }
a { background-color: rgb(156,184,153); }
div.DivClassName
{
background-color: #9CB899;
}
.BgClassName
{
background-color: #9CB899;
}
</style>
border-color css
<style>
span { border-color: #9CB899; }
span { border-color: rgb(156,184,153); }
td.TdClassName
{
border-color: #9CB899;
}
.TagClassName
{
border-color: #9CB899;
}
</style>