Shades of Spring Rain #9FBC92
Tints of Spring Rain #9FBC92
RGB
CMYK
RGB Variations
Color information
#9FBC92 (or 0x9FBC92) is known color: Spring Rain. HEX triplet: 9F, BC and 92. RGB value is (159,188,146). Sum of RGB (Red+Green+Blue) = 159+188+146=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC92 is #60436D. Grayscale: #AEAEAE. Windows color (decimal): -6308718 or 9616543. OLE color: 9616543.
HSL color Cylindrical-coordinate representation of color #9FBC92: hue angle of 101.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FBC92 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 146 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.26 |
| HSL | 101.43º | 0.24% | 0.65% | - |
| HSV(B) | 101.43º | 0.22% | 0.74% | - |
| XYZ | 37.47 | 45.41 | 33.98 | - |
| YUV | 174.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 146 | 0.15 | 0 | 0.22 | 0.26 | 101.43 | 0.24 | 0.65 |
| Hex | 9F | BC | 92 | F | 0 | 16 | 1A | 65 | 18 | 41 |
| Octal | 237 | 274 | 222 | 17 | 0 | 26 | 32 | 145 | 30 | 101 |
| Binary | 10011111 | 10111100 | 10010010 | 1111 | 0 | 10110 | 11010 | 1100101 | 11000 | 1000001 |
Color Harmonies of #9FBC92
Complementary color
Monochromatic Colors of #9FBC92
Black with #9FBC92
Text Example
Text Example
White with #9FBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC92; }
p { color: rgb(159,188,146); }
H1.HeaderClassName
{
color: #9FBC92;
}
.AnyTagClassName
{
color: #9FBC92;
}
</style>
background-color css
<style>
a { background-color: #9FBC92; }
a { background-color: rgb(159,188,146); }
div.DivClassName
{
background-color: #9FBC92;
}
.BgClassName
{
background-color: #9FBC92;
}
</style>
border-color css
<style>
span { border-color: #9FBC92; }
span { border-color: rgb(159,188,146); }
td.TdClassName
{
border-color: #9FBC92;
}
.TagClassName
{
border-color: #9FBC92;
}
</style>