Shades of Spring Rain #98BC8E
Tints of Spring Rain #98BC8E
RGB
CMYK
RGB Variations
Color information
#98BC8E (or 0x98BC8E) is known color: Spring Rain. HEX triplet: 98, BC and 8E. RGB value is (152,188,142). Sum of RGB (Red+Green+Blue) = 152+188+142=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC8E is #674371. Grayscale: #ACACAC. Windows color (decimal): -6767474 or 9354392. OLE color: 9354392.
HSL color Cylindrical-coordinate representation of color #98BC8E: hue angle of 106.96º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98BC8E is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 142 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.26 |
| HSL | 106.96º | 0.26% | 0.65% | - |
| HSV(B) | 106.96º | 0.24% | 0.74% | - |
| XYZ | 35.81 | 44.59 | 32.31 | - |
| YUV | 171.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 142 | 0.19 | 0 | 0.24 | 0.26 | 106.96 | 0.26 | 0.65 |
| Hex | 98 | BC | 8E | 13 | 0 | 18 | 1A | 6B | 1A | 41 |
| Octal | 230 | 274 | 216 | 23 | 0 | 30 | 32 | 153 | 32 | 101 |
| Binary | 10011000 | 10111100 | 10001110 | 10011 | 0 | 11000 | 11010 | 1101011 | 11010 | 1000001 |
Color Harmonies of #98BC8E
Complementary color
Monochromatic Colors of #98BC8E
Black with #98BC8E
Text Example
Text Example
White with #98BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC8E; }
p { color: rgb(152,188,142); }
H1.HeaderClassName
{
color: #98BC8E;
}
.AnyTagClassName
{
color: #98BC8E;
}
</style>
background-color css
<style>
a { background-color: #98BC8E; }
a { background-color: rgb(152,188,142); }
div.DivClassName
{
background-color: #98BC8E;
}
.BgClassName
{
background-color: #98BC8E;
}
</style>
border-color css
<style>
span { border-color: #98BC8E; }
span { border-color: rgb(152,188,142); }
td.TdClassName
{
border-color: #98BC8E;
}
.TagClassName
{
border-color: #98BC8E;
}
</style>