Shades of Gossip #98C488
Tints of Gossip #98C488
RGB
CMYK
RGB Variations
Color information
#98C488 (or 0x98C488) is known color: Gossip. HEX triplet: 98, C4 and 88. RGB value is (152,196,136). Sum of RGB (Red+Green+Blue) = 152+196+136=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #98C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C488 is #673B77. Grayscale: #B0B0B0. Windows color (decimal): -6765432 or 8963224. OLE color: 8963224.
HSL color Cylindrical-coordinate representation of color #98C488: hue angle of 104º 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 #98C488 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 196 | 136 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.23 |
| HSL | 104º | 0.34% | 0.65% | - |
| HSV(B) | 104º | 0.31% | 0.77% | - |
| XYZ | 37.13 | 47.93 | 30.59 | - |
| YUV | 176 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 196 | 136 | 0.22 | 0 | 0.31 | 0.23 | 104 | 0.34 | 0.65 |
| Hex | 98 | C4 | 88 | 16 | 0 | 1F | 17 | 68 | 22 | 41 |
| Octal | 230 | 304 | 210 | 26 | 0 | 37 | 27 | 150 | 42 | 101 |
| Binary | 10011000 | 11000100 | 10001000 | 10110 | 0 | 11111 | 10111 | 1101000 | 100010 | 1000001 |
Color Harmonies of #98C488
Complementary color
Monochromatic Colors of #98C488
Black with #98C488
Text Example
Text Example
White with #98C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C488; }
p { color: rgb(152,196,136); }
H1.HeaderClassName
{
color: #98C488;
}
.AnyTagClassName
{
color: #98C488;
}
</style>
background-color css
<style>
a { background-color: #98C488; }
a { background-color: rgb(152,196,136); }
div.DivClassName
{
background-color: #98C488;
}
.BgClassName
{
background-color: #98C488;
}
</style>
border-color css
<style>
span { border-color: #98C488; }
span { border-color: rgb(152,196,136); }
td.TdClassName
{
border-color: #98C488;
}
.TagClassName
{
border-color: #98C488;
}
</style>