Shades of Spring Rain #98BC8C
Tints of Spring Rain #98BC8C
RGB
CMYK
RGB Variations
Color information
#98BC8C (or 0x98BC8C) is known color: Spring Rain. HEX triplet: 98, BC and 8C. RGB value is (152,188,140). Sum of RGB (Red+Green+Blue) = 152+188+140=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC8C is #674373. Grayscale: #ABABAB. Windows color (decimal): -6767476 or 9223320. OLE color: 9223320.
HSL color Cylindrical-coordinate representation of color #98BC8C: hue angle of 105º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98BC8C is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 140 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.26 |
| HSL | 105º | 0.26% | 0.64% | - |
| HSV(B) | 105º | 0.26% | 0.74% | - |
| XYZ | 35.67 | 44.54 | 31.53 | - |
| YUV | 171.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 140 | 0.19 | 0 | 0.26 | 0.26 | 105 | 0.26 | 0.64 |
| Hex | 98 | BC | 8C | 13 | 0 | 1A | 1A | 69 | 1A | 40 |
| Octal | 230 | 274 | 214 | 23 | 0 | 32 | 32 | 151 | 32 | 100 |
| Binary | 10011000 | 10111100 | 10001100 | 10011 | 0 | 11010 | 11010 | 1101001 | 11010 | 1000000 |
Color Harmonies of #98BC8C
Complementary color
Monochromatic Colors of #98BC8C
Black with #98BC8C
Text Example
Text Example
White with #98BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC8C; }
p { color: rgb(152,188,140); }
H1.HeaderClassName
{
color: #98BC8C;
}
.AnyTagClassName
{
color: #98BC8C;
}
</style>
background-color css
<style>
a { background-color: #98BC8C; }
a { background-color: rgb(152,188,140); }
div.DivClassName
{
background-color: #98BC8C;
}
.BgClassName
{
background-color: #98BC8C;
}
</style>
border-color css
<style>
span { border-color: #98BC8C; }
span { border-color: rgb(152,188,140); }
td.TdClassName
{
border-color: #98BC8C;
}
.TagClassName
{
border-color: #98BC8C;
}
</style>