Shades of Spring Rain #98C190
Tints of Spring Rain #98C190
RGB
CMYK
RGB Variations
Color information
#98C190 (or 0x98C190) is known color: Spring Rain. HEX triplet: 98, C1 and 90. RGB value is (152,193,144). Sum of RGB (Red+Green+Blue) = 152+193+144=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #98C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C190 is #673E6F. Grayscale: #AFAFAF. Windows color (decimal): -6766192 or 9486744. OLE color: 9486744.
HSL color Cylindrical-coordinate representation of color #98C190: hue angle of 110.2º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98C190 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 144 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.24 |
| HSL | 110.2º | 0.28% | 0.66% | - |
| HSV(B) | 110.2º | 0.25% | 0.76% | - |
| XYZ | 37.05 | 46.83 | 33.47 | - |
| YUV | 175.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 144 | 0.21 | 0 | 0.25 | 0.24 | 110.2 | 0.28 | 0.66 |
| Hex | 98 | C1 | 90 | 15 | 0 | 19 | 18 | 6E | 1C | 42 |
| Octal | 230 | 301 | 220 | 25 | 0 | 31 | 30 | 156 | 34 | 102 |
| Binary | 10011000 | 11000001 | 10010000 | 10101 | 0 | 11001 | 11000 | 1101110 | 11100 | 1000010 |
Color Harmonies of #98C190
Complementary color
Monochromatic Colors of #98C190
Black with #98C190
Text Example
Text Example
White with #98C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C190; }
p { color: rgb(152,193,144); }
H1.HeaderClassName
{
color: #98C190;
}
.AnyTagClassName
{
color: #98C190;
}
</style>
background-color css
<style>
a { background-color: #98C190; }
a { background-color: rgb(152,193,144); }
div.DivClassName
{
background-color: #98C190;
}
.BgClassName
{
background-color: #98C190;
}
</style>
border-color css
<style>
span { border-color: #98C190; }
span { border-color: rgb(152,193,144); }
td.TdClassName
{
border-color: #98C190;
}
.TagClassName
{
border-color: #98C190;
}
</style>