Shades of Spring Rain #98B88C
Tints of Spring Rain #98B88C
RGB
CMYK
RGB Variations
Color information
#98B88C (or 0x98B88C) is known color: Spring Rain. HEX triplet: 98, B8 and 8C. RGB value is (152,184,140). Sum of RGB (Red+Green+Blue) = 152+184+140=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #98B88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B88C is #674773. Grayscale: #A9A9A9. Windows color (decimal): -6768500 or 9222296. OLE color: 9222296.
HSL color Cylindrical-coordinate representation of color #98B88C: hue angle of 103.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98B88C is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 184 | 140 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.28 |
| HSL | 103.64º | 0.24% | 0.64% | - |
| HSV(B) | 103.64º | 0.24% | 0.72% | - |
| XYZ | 34.82 | 42.85 | 31.25 | - |
| YUV | 169.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 140 | 0.17 | 0 | 0.24 | 0.28 | 103.64 | 0.24 | 0.64 |
| Hex | 98 | B8 | 8C | 11 | 0 | 18 | 1C | 68 | 18 | 40 |
| Octal | 230 | 270 | 214 | 21 | 0 | 30 | 34 | 150 | 30 | 100 |
| Binary | 10011000 | 10111000 | 10001100 | 10001 | 0 | 11000 | 11100 | 1101000 | 11000 | 1000000 |
Color Harmonies of #98B88C
Complementary color
Monochromatic Colors of #98B88C
Black with #98B88C
Text Example
Text Example
White with #98B88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B88C; }
p { color: rgb(152,184,140); }
H1.HeaderClassName
{
color: #98B88C;
}
.AnyTagClassName
{
color: #98B88C;
}
</style>
background-color css
<style>
a { background-color: #98B88C; }
a { background-color: rgb(152,184,140); }
div.DivClassName
{
background-color: #98B88C;
}
.BgClassName
{
background-color: #98B88C;
}
</style>
border-color css
<style>
span { border-color: #98B88C; }
span { border-color: rgb(152,184,140); }
td.TdClassName
{
border-color: #98B88C;
}
.TagClassName
{
border-color: #98B88C;
}
</style>