Shades of Spring Rain #98BA8A
Tints of Spring Rain #98BA8A
RGB
CMYK
RGB Variations
Color information
#98BA8A (or 0x98BA8A) is known color: Spring Rain. HEX triplet: 98, BA and 8A. RGB value is (152,186,138). Sum of RGB (Red+Green+Blue) = 152+186+138=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BA8A is #674575. Grayscale: #AAAAAA. Windows color (decimal): -6767990 or 9091736. OLE color: 9091736.
HSL color Cylindrical-coordinate representation of color #98BA8A: hue angle of 102.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98BA8A is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 138 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.27 |
| HSL | 102.5º | 0.26% | 0.64% | - |
| HSV(B) | 102.5º | 0.26% | 0.73% | - |
| XYZ | 35.1 | 43.63 | 30.62 | - |
| YUV | 170.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 138 | 0.18 | 0 | 0.26 | 0.27 | 102.5 | 0.26 | 0.64 |
| Hex | 98 | BA | 8A | 12 | 0 | 1A | 1B | 66 | 1A | 40 |
| Octal | 230 | 272 | 212 | 22 | 0 | 32 | 33 | 146 | 32 | 100 |
| Binary | 10011000 | 10111010 | 10001010 | 10010 | 0 | 11010 | 11011 | 1100110 | 11010 | 1000000 |
Color Harmonies of #98BA8A
Complementary color
Monochromatic Colors of #98BA8A
Black with #98BA8A
Text Example
Text Example
White with #98BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA8A; }
p { color: rgb(152,186,138); }
H1.HeaderClassName
{
color: #98BA8A;
}
.AnyTagClassName
{
color: #98BA8A;
}
</style>
background-color css
<style>
a { background-color: #98BA8A; }
a { background-color: rgb(152,186,138); }
div.DivClassName
{
background-color: #98BA8A;
}
.BgClassName
{
background-color: #98BA8A;
}
</style>
border-color css
<style>
span { border-color: #98BA8A; }
span { border-color: rgb(152,186,138); }
td.TdClassName
{
border-color: #98BA8A;
}
.TagClassName
{
border-color: #98BA8A;
}
</style>