Shades of Spring Rain #9FBB93
Tints of Spring Rain #9FBB93
RGB
CMYK
RGB Variations
Color information
#9FBB93 (or 0x9FBB93) is known color: Spring Rain. HEX triplet: 9F, BB and 93. RGB value is (159,187,147). Sum of RGB (Red+Green+Blue) = 159+187+147=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBB93 is #60446C. Grayscale: #AEAEAE. Windows color (decimal): -6308973 or 9681823. OLE color: 9681823.
HSL color Cylindrical-coordinate representation of color #9FBB93: hue angle of 102º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FBB93 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 147 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.27 |
| HSL | 102º | 0.23% | 0.65% | - |
| HSV(B) | 102º | 0.21% | 0.73% | - |
| XYZ | 37.33 | 45.02 | 34.33 | - |
| YUV | 174.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 147 | 0.15 | 0 | 0.21 | 0.27 | 102 | 0.23 | 0.65 |
| Hex | 9F | BB | 93 | F | 0 | 15 | 1B | 66 | 17 | 41 |
| Octal | 237 | 273 | 223 | 17 | 0 | 25 | 33 | 146 | 27 | 101 |
| Binary | 10011111 | 10111011 | 10010011 | 1111 | 0 | 10101 | 11011 | 1100110 | 10111 | 1000001 |
Color Harmonies of #9FBB93
Complementary color
Monochromatic Colors of #9FBB93
Black with #9FBB93
Text Example
Text Example
White with #9FBB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBB93; }
p { color: rgb(159,187,147); }
H1.HeaderClassName
{
color: #9FBB93;
}
.AnyTagClassName
{
color: #9FBB93;
}
</style>
background-color css
<style>
a { background-color: #9FBB93; }
a { background-color: rgb(159,187,147); }
div.DivClassName
{
background-color: #9FBB93;
}
.BgClassName
{
background-color: #9FBB93;
}
</style>
border-color css
<style>
span { border-color: #9FBB93; }
span { border-color: rgb(159,187,147); }
td.TdClassName
{
border-color: #9FBB93;
}
.TagClassName
{
border-color: #9FBB93;
}
</style>