Shades of Spring Rain #98B88D
Tints of Spring Rain #98B88D
RGB
CMYK
RGB Variations
Color information
#98B88D (or 0x98B88D) is known color: Spring Rain. HEX triplet: 98, B8 and 8D. RGB value is (152,184,141). Sum of RGB (Red+Green+Blue) = 152+184+141=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #98B88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B88D is #674772. Grayscale: #A9A9A9. Windows color (decimal): -6768499 or 9287832. OLE color: 9287832.
HSL color Cylindrical-coordinate representation of color #98B88D: hue angle of 104.65º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98B88D is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 184 | 141 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.28 |
| HSL | 104.65º | 0.23% | 0.64% | - |
| HSV(B) | 104.65º | 0.23% | 0.72% | - |
| XYZ | 34.9 | 42.88 | 31.64 | - |
| YUV | 169.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 141 | 0.17 | 0 | 0.23 | 0.28 | 104.65 | 0.23 | 0.64 |
| Hex | 98 | B8 | 8D | 11 | 0 | 17 | 1C | 69 | 17 | 40 |
| Octal | 230 | 270 | 215 | 21 | 0 | 27 | 34 | 151 | 27 | 100 |
| Binary | 10011000 | 10111000 | 10001101 | 10001 | 0 | 10111 | 11100 | 1101001 | 10111 | 1000000 |
Color Harmonies of #98B88D
Complementary color
Monochromatic Colors of #98B88D
Black with #98B88D
Text Example
Text Example
White with #98B88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B88D; }
p { color: rgb(152,184,141); }
H1.HeaderClassName
{
color: #98B88D;
}
.AnyTagClassName
{
color: #98B88D;
}
</style>
background-color css
<style>
a { background-color: #98B88D; }
a { background-color: rgb(152,184,141); }
div.DivClassName
{
background-color: #98B88D;
}
.BgClassName
{
background-color: #98B88D;
}
</style>
border-color css
<style>
span { border-color: #98B88D; }
span { border-color: rgb(152,184,141); }
td.TdClassName
{
border-color: #98B88D;
}
.TagClassName
{
border-color: #98B88D;
}
</style>