Shades of Spring Rain #98B98D
Tints of Spring Rain #98B98D
RGB
CMYK
RGB Variations
Color information
#98B98D (or 0x98B98D) is known color: Spring Rain. HEX triplet: 98, B9 and 8D. RGB value is (152,185,141). Sum of RGB (Red+Green+Blue) = 152+185+141=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #98B98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B98D is #674672. Grayscale: #AAAAAA. Windows color (decimal): -6768243 or 9288088. OLE color: 9288088.
HSL color Cylindrical-coordinate representation of color #98B98D: hue angle of 105º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98B98D is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 185 | 141 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.27 |
| HSL | 105º | 0.24% | 0.64% | - |
| HSV(B) | 105º | 0.24% | 0.73% | - |
| XYZ | 35.11 | 43.3 | 31.71 | - |
| YUV | 170.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 141 | 0.18 | 0 | 0.24 | 0.27 | 105 | 0.24 | 0.64 |
| Hex | 98 | B9 | 8D | 12 | 0 | 18 | 1B | 69 | 18 | 40 |
| Octal | 230 | 271 | 215 | 22 | 0 | 30 | 33 | 151 | 30 | 100 |
| Binary | 10011000 | 10111001 | 10001101 | 10010 | 0 | 11000 | 11011 | 1101001 | 11000 | 1000000 |
Color Harmonies of #98B98D
Complementary color
Monochromatic Colors of #98B98D
Black with #98B98D
Text Example
Text Example
White with #98B98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B98D; }
p { color: rgb(152,185,141); }
H1.HeaderClassName
{
color: #98B98D;
}
.AnyTagClassName
{
color: #98B98D;
}
</style>
background-color css
<style>
a { background-color: #98B98D; }
a { background-color: rgb(152,185,141); }
div.DivClassName
{
background-color: #98B98D;
}
.BgClassName
{
background-color: #98B98D;
}
</style>
border-color css
<style>
span { border-color: #98B98D; }
span { border-color: rgb(152,185,141); }
td.TdClassName
{
border-color: #98B98D;
}
.TagClassName
{
border-color: #98B98D;
}
</style>