Shades of Spring Rain #98BE8D
Tints of Spring Rain #98BE8D
RGB
CMYK
RGB Variations
Color information
#98BE8D (or 0x98BE8D) is known color: Spring Rain. HEX triplet: 98, BE and 8D. RGB value is (152,190,141). Sum of RGB (Red+Green+Blue) = 152+190+141=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BE8D is #674172. Grayscale: #ADADAD. Windows color (decimal): -6766963 or 9289368. OLE color: 9289368.
HSL color Cylindrical-coordinate representation of color #98BE8D: hue angle of 106.53º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98BE8D is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 190 | 141 | - |
| CMYK | 0.2 | 0 | 0.26 | 0.25 |
| HSL | 106.53º | 0.27% | 0.65% | - |
| HSV(B) | 106.53º | 0.26% | 0.75% | - |
| XYZ | 36.17 | 45.43 | 32.06 | - |
| YUV | 173.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 190 | 141 | 0.2 | 0 | 0.26 | 0.25 | 106.53 | 0.27 | 0.65 |
| Hex | 98 | BE | 8D | 14 | 0 | 1A | 19 | 6B | 1B | 41 |
| Octal | 230 | 276 | 215 | 24 | 0 | 32 | 31 | 153 | 33 | 101 |
| Binary | 10011000 | 10111110 | 10001101 | 10100 | 0 | 11010 | 11001 | 1101011 | 11011 | 1000001 |
Color Harmonies of #98BE8D
Complementary color
Monochromatic Colors of #98BE8D
Black with #98BE8D
Text Example
Text Example
White with #98BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BE8D; }
p { color: rgb(152,190,141); }
H1.HeaderClassName
{
color: #98BE8D;
}
.AnyTagClassName
{
color: #98BE8D;
}
</style>
background-color css
<style>
a { background-color: #98BE8D; }
a { background-color: rgb(152,190,141); }
div.DivClassName
{
background-color: #98BE8D;
}
.BgClassName
{
background-color: #98BE8D;
}
</style>
border-color css
<style>
span { border-color: #98BE8D; }
span { border-color: rgb(152,190,141); }
td.TdClassName
{
border-color: #98BE8D;
}
.TagClassName
{
border-color: #98BE8D;
}
</style>