Shades of Spring Rain #98BA8B
Tints of Spring Rain #98BA8B
RGB
CMYK
RGB Variations
Color information
#98BA8B (or 0x98BA8B) is known color: Spring Rain. HEX triplet: 98, BA and 8B. RGB value is (152,186,139). Sum of RGB (Red+Green+Blue) = 152+186+139=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BA8B is #674574. Grayscale: #AAAAAA. Windows color (decimal): -6767989 or 9157272. OLE color: 9157272.
HSL color Cylindrical-coordinate representation of color #98BA8B: hue angle of 103.4º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BA8B is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 139 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.27 |
| HSL | 103.4º | 0.25% | 0.64% | - |
| HSV(B) | 103.4º | 0.25% | 0.73% | - |
| XYZ | 35.17 | 43.66 | 31 | - |
| YUV | 170.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 139 | 0.18 | 0 | 0.25 | 0.27 | 103.4 | 0.25 | 0.64 |
| Hex | 98 | BA | 8B | 12 | 0 | 19 | 1B | 67 | 19 | 40 |
| Octal | 230 | 272 | 213 | 22 | 0 | 31 | 33 | 147 | 31 | 100 |
| Binary | 10011000 | 10111010 | 10001011 | 10010 | 0 | 11001 | 11011 | 1100111 | 11001 | 1000000 |
Color Harmonies of #98BA8B
Complementary color
Monochromatic Colors of #98BA8B
Black with #98BA8B
Text Example
Text Example
White with #98BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA8B; }
p { color: rgb(152,186,139); }
H1.HeaderClassName
{
color: #98BA8B;
}
.AnyTagClassName
{
color: #98BA8B;
}
</style>
background-color css
<style>
a { background-color: #98BA8B; }
a { background-color: rgb(152,186,139); }
div.DivClassName
{
background-color: #98BA8B;
}
.BgClassName
{
background-color: #98BA8B;
}
</style>
border-color css
<style>
span { border-color: #98BA8B; }
span { border-color: rgb(152,186,139); }
td.TdClassName
{
border-color: #98BA8B;
}
.TagClassName
{
border-color: #98BA8B;
}
</style>