Shades of Gossip #98D080
Tints of Gossip #98D080
RGB
CMYK
RGB Variations
Color information
#98D080 (or 0x98D080) is known color: Gossip. HEX triplet: 98, D0 and 80. RGB value is (152,208,128). Sum of RGB (Red+Green+Blue) = 152+208+128=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #98D080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D080 is #672F7F. Grayscale: #B6B6B6. Windows color (decimal): -6762368 or 8442008. OLE color: 8442008.
HSL color Cylindrical-coordinate representation of color #98D080: hue angle of 102º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98D080 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 128 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.18 |
| HSL | 102º | 0.46% | 0.66% | - |
| HSV(B) | 102º | 0.38% | 0.82% | - |
| XYZ | 39.4 | 53.35 | 28.64 | - |
| YUV | 182.14 | 97.45 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 128 | 0.27 | 0 | 0.38 | 0.18 | 102 | 0.46 | 0.66 |
| Hex | 98 | D0 | 80 | 1B | 0 | 26 | 12 | 66 | 2E | 42 |
| Octal | 230 | 320 | 200 | 33 | 0 | 46 | 22 | 146 | 56 | 102 |
| Binary | 10011000 | 11010000 | 10000000 | 11011 | 0 | 100110 | 10010 | 1100110 | 101110 | 1000010 |
Color Harmonies of #98D080
Complementary color
Monochromatic Colors of #98D080
Black with #98D080
Text Example
Text Example
White with #98D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D080; }
p { color: rgb(152,208,128); }
H1.HeaderClassName
{
color: #98D080;
}
.AnyTagClassName
{
color: #98D080;
}
</style>
background-color css
<style>
a { background-color: #98D080; }
a { background-color: rgb(152,208,128); }
div.DivClassName
{
background-color: #98D080;
}
.BgClassName
{
background-color: #98D080;
}
</style>
border-color css
<style>
span { border-color: #98D080; }
span { border-color: rgb(152,208,128); }
td.TdClassName
{
border-color: #98D080;
}
.TagClassName
{
border-color: #98D080;
}
</style>