Shades of Spring Rain #9FBC9B
Tints of Spring Rain #9FBC9B
RGB
CMYK
RGB Variations
Color information
#9FBC9B (or 0x9FBC9B) is known color: Spring Rain. HEX triplet: 9F, BC and 9B. RGB value is (159,188,155). Sum of RGB (Red+Green+Blue) = 159+188+155=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC9B is #604364. Grayscale: #AFAFAF. Windows color (decimal): -6308709 or 10206367. OLE color: 10206367.
HSL color Cylindrical-coordinate representation of color #9FBC9B: hue angle of 112.73º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FBC9B is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 155 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.26 |
| HSL | 112.73º | 0.2% | 0.67% | - |
| HSV(B) | 112.73º | 0.18% | 0.74% | - |
| XYZ | 38.2 | 45.7 | 37.82 | - |
| YUV | 175.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 155 | 0.15 | 0 | 0.18 | 0.26 | 112.73 | 0.2 | 0.67 |
| Hex | 9F | BC | 9B | F | 0 | 12 | 1A | 71 | 14 | 43 |
| Octal | 237 | 274 | 233 | 17 | 0 | 22 | 32 | 161 | 24 | 103 |
| Binary | 10011111 | 10111100 | 10011011 | 1111 | 0 | 10010 | 11010 | 1110001 | 10100 | 1000011 |
Color Harmonies of #9FBC9B
Complementary color
Monochromatic Colors of #9FBC9B
Black with #9FBC9B
Text Example
Text Example
White with #9FBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC9B; }
p { color: rgb(159,188,155); }
H1.HeaderClassName
{
color: #9FBC9B;
}
.AnyTagClassName
{
color: #9FBC9B;
}
</style>
background-color css
<style>
a { background-color: #9FBC9B; }
a { background-color: rgb(159,188,155); }
div.DivClassName
{
background-color: #9FBC9B;
}
.BgClassName
{
background-color: #9FBC9B;
}
</style>
border-color css
<style>
span { border-color: #9FBC9B; }
span { border-color: rgb(159,188,155); }
td.TdClassName
{
border-color: #9FBC9B;
}
.TagClassName
{
border-color: #9FBC9B;
}
</style>