Shades of Spring Rain #98BC8D
Tints of Spring Rain #98BC8D
RGB
CMYK
RGB Variations
Color information
#98BC8D (or 0x98BC8D) is known color: Spring Rain. HEX triplet: 98, BC and 8D. RGB value is (152,188,141). Sum of RGB (Red+Green+Blue) = 152+188+141=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC8D is #674372. Grayscale: #ACACAC. Windows color (decimal): -6767475 or 9288856. OLE color: 9288856.
HSL color Cylindrical-coordinate representation of color #98BC8D: hue angle of 105.96º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BC8D is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 141 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.26 |
| HSL | 105.96º | 0.26% | 0.65% | - |
| HSV(B) | 105.96º | 0.25% | 0.74% | - |
| XYZ | 35.74 | 44.56 | 31.92 | - |
| YUV | 171.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 141 | 0.19 | 0 | 0.25 | 0.26 | 105.96 | 0.26 | 0.65 |
| Hex | 98 | BC | 8D | 13 | 0 | 19 | 1A | 6A | 1A | 41 |
| Octal | 230 | 274 | 215 | 23 | 0 | 31 | 32 | 152 | 32 | 101 |
| Binary | 10011000 | 10111100 | 10001101 | 10011 | 0 | 11001 | 11010 | 1101010 | 11010 | 1000001 |
Color Harmonies of #98BC8D
Complementary color
Monochromatic Colors of #98BC8D
Black with #98BC8D
Text Example
Text Example
White with #98BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC8D; }
p { color: rgb(152,188,141); }
H1.HeaderClassName
{
color: #98BC8D;
}
.AnyTagClassName
{
color: #98BC8D;
}
</style>
background-color css
<style>
a { background-color: #98BC8D; }
a { background-color: rgb(152,188,141); }
div.DivClassName
{
background-color: #98BC8D;
}
.BgClassName
{
background-color: #98BC8D;
}
</style>
border-color css
<style>
span { border-color: #98BC8D; }
span { border-color: rgb(152,188,141); }
td.TdClassName
{
border-color: #98BC8D;
}
.TagClassName
{
border-color: #98BC8D;
}
</style>