Shades of Spring Rain #98BC91
Tints of Spring Rain #98BC91
RGB
CMYK
RGB Variations
Color information
#98BC91 (or 0x98BC91) is known color: Spring Rain. HEX triplet: 98, BC and 91. RGB value is (152,188,145). Sum of RGB (Red+Green+Blue) = 152+188+145=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC91 is #67436E. Grayscale: #ACACAC. Windows color (decimal): -6767471 or 9551000. OLE color: 9551000.
HSL color Cylindrical-coordinate representation of color #98BC91: hue angle of 110.23º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98BC91 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 145 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.26 |
| HSL | 110.23º | 0.24% | 0.65% | - |
| HSV(B) | 110.23º | 0.23% | 0.74% | - |
| XYZ | 36.04 | 44.69 | 33.51 | - |
| YUV | 172.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 145 | 0.19 | 0 | 0.23 | 0.26 | 110.23 | 0.24 | 0.65 |
| Hex | 98 | BC | 91 | 13 | 0 | 17 | 1A | 6E | 18 | 41 |
| Octal | 230 | 274 | 221 | 23 | 0 | 27 | 32 | 156 | 30 | 101 |
| Binary | 10011000 | 10111100 | 10010001 | 10011 | 0 | 10111 | 11010 | 1101110 | 11000 | 1000001 |
Color Harmonies of #98BC91
Complementary color
Monochromatic Colors of #98BC91
Black with #98BC91
Text Example
Text Example
White with #98BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC91; }
p { color: rgb(152,188,145); }
H1.HeaderClassName
{
color: #98BC91;
}
.AnyTagClassName
{
color: #98BC91;
}
</style>
background-color css
<style>
a { background-color: #98BC91; }
a { background-color: rgb(152,188,145); }
div.DivClassName
{
background-color: #98BC91;
}
.BgClassName
{
background-color: #98BC91;
}
</style>
border-color css
<style>
span { border-color: #98BC91; }
span { border-color: rgb(152,188,145); }
td.TdClassName
{
border-color: #98BC91;
}
.TagClassName
{
border-color: #98BC91;
}
</style>