Shades of Gossip #98C588
Tints of Gossip #98C588
RGB
CMYK
RGB Variations
Color information
#98C588 (or 0x98C588) is known color: Gossip. HEX triplet: 98, C5 and 88. RGB value is (152,197,136). Sum of RGB (Red+Green+Blue) = 152+197+136=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #98C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C588 is #673A77. Grayscale: #B0B0B0. Windows color (decimal): -6765176 or 8963480. OLE color: 8963480.
HSL color Cylindrical-coordinate representation of color #98C588: hue angle of 104.26º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C588 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 136 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.23 |
| HSL | 104.26º | 0.34% | 0.65% | - |
| HSV(B) | 104.26º | 0.31% | 0.77% | - |
| XYZ | 37.36 | 48.39 | 30.66 | - |
| YUV | 176.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 136 | 0.23 | 0 | 0.31 | 0.23 | 104.26 | 0.34 | 0.65 |
| Hex | 98 | C5 | 88 | 17 | 0 | 1F | 17 | 68 | 22 | 41 |
| Octal | 230 | 305 | 210 | 27 | 0 | 37 | 27 | 150 | 42 | 101 |
| Binary | 10011000 | 11000101 | 10001000 | 10111 | 0 | 11111 | 10111 | 1101000 | 100010 | 1000001 |
Color Harmonies of #98C588
Complementary color
Monochromatic Colors of #98C588
Black with #98C588
Text Example
Text Example
White with #98C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C588; }
p { color: rgb(152,197,136); }
H1.HeaderClassName
{
color: #98C588;
}
.AnyTagClassName
{
color: #98C588;
}
</style>
background-color css
<style>
a { background-color: #98C588; }
a { background-color: rgb(152,197,136); }
div.DivClassName
{
background-color: #98C588;
}
.BgClassName
{
background-color: #98C588;
}
</style>
border-color css
<style>
span { border-color: #98C588; }
span { border-color: rgb(152,197,136); }
td.TdClassName
{
border-color: #98C588;
}
.TagClassName
{
border-color: #98C588;
}
</style>