Shades of Spring Rain #98BE8A
Tints of Spring Rain #98BE8A
RGB
CMYK
RGB Variations
Color information
#98BE8A (or 0x98BE8A) is known color: Spring Rain. HEX triplet: 98, BE and 8A. RGB value is (152,190,138). Sum of RGB (Red+Green+Blue) = 152+190+138=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BE8A is #674175. Grayscale: #ACACAC. Windows color (decimal): -6766966 or 9092760. OLE color: 9092760.
HSL color Cylindrical-coordinate representation of color #98BE8A: hue angle of 103.85º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98BE8A is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 190 | 138 | - |
| CMYK | 0.2 | 0 | 0.27 | 0.25 |
| HSL | 103.85º | 0.29% | 0.64% | - |
| HSV(B) | 103.85º | 0.27% | 0.75% | - |
| XYZ | 35.95 | 45.34 | 30.9 | - |
| YUV | 172.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 190 | 138 | 0.2 | 0 | 0.27 | 0.25 | 103.85 | 0.29 | 0.64 |
| Hex | 98 | BE | 8A | 14 | 0 | 1B | 19 | 68 | 1D | 40 |
| Octal | 230 | 276 | 212 | 24 | 0 | 33 | 31 | 150 | 35 | 100 |
| Binary | 10011000 | 10111110 | 10001010 | 10100 | 0 | 11011 | 11001 | 1101000 | 11101 | 1000000 |
Color Harmonies of #98BE8A
Complementary color
Monochromatic Colors of #98BE8A
Black with #98BE8A
Text Example
Text Example
White with #98BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BE8A; }
p { color: rgb(152,190,138); }
H1.HeaderClassName
{
color: #98BE8A;
}
.AnyTagClassName
{
color: #98BE8A;
}
</style>
background-color css
<style>
a { background-color: #98BE8A; }
a { background-color: rgb(152,190,138); }
div.DivClassName
{
background-color: #98BE8A;
}
.BgClassName
{
background-color: #98BE8A;
}
</style>
border-color css
<style>
span { border-color: #98BE8A; }
span { border-color: rgb(152,190,138); }
td.TdClassName
{
border-color: #98BE8A;
}
.TagClassName
{
border-color: #98BE8A;
}
</style>