Shades of Spring Rain #98B98C
Tints of Spring Rain #98B98C
RGB
CMYK
RGB Variations
Color information
#98B98C (or 0x98B98C) is known color: Spring Rain. HEX triplet: 98, B9 and 8C. RGB value is (152,185,140). Sum of RGB (Red+Green+Blue) = 152+185+140=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #98B98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B98C is #674673. Grayscale: #AAAAAA. Windows color (decimal): -6768244 or 9222552. OLE color: 9222552.
HSL color Cylindrical-coordinate representation of color #98B98C: hue angle of 104º 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 #98B98C is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 185 | 140 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.27 |
| HSL | 104º | 0.24% | 0.64% | - |
| HSV(B) | 104º | 0.24% | 0.73% | - |
| XYZ | 35.03 | 43.27 | 31.32 | - |
| YUV | 170 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 140 | 0.18 | 0 | 0.24 | 0.27 | 104 | 0.24 | 0.64 |
| Hex | 98 | B9 | 8C | 12 | 0 | 18 | 1B | 68 | 18 | 40 |
| Octal | 230 | 271 | 214 | 22 | 0 | 30 | 33 | 150 | 30 | 100 |
| Binary | 10011000 | 10111001 | 10001100 | 10010 | 0 | 11000 | 11011 | 1101000 | 11000 | 1000000 |
Color Harmonies of #98B98C
Complementary color
Monochromatic Colors of #98B98C
Black with #98B98C
Text Example
Text Example
White with #98B98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B98C; }
p { color: rgb(152,185,140); }
H1.HeaderClassName
{
color: #98B98C;
}
.AnyTagClassName
{
color: #98B98C;
}
</style>
background-color css
<style>
a { background-color: #98B98C; }
a { background-color: rgb(152,185,140); }
div.DivClassName
{
background-color: #98B98C;
}
.BgClassName
{
background-color: #98B98C;
}
</style>
border-color css
<style>
span { border-color: #98B98C; }
span { border-color: rgb(152,185,140); }
td.TdClassName
{
border-color: #98B98C;
}
.TagClassName
{
border-color: #98B98C;
}
</style>