Shades of Gossip #98DA6C
Tints of Gossip #98DA6C
RGB
CMYK
RGB Variations
Color information
#98DA6C (or 0x98DA6C) is known color: Gossip. HEX triplet: 98, DA and 6C. RGB value is (152,218,108). Sum of RGB (Red+Green+Blue) = 152+218+108=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA6C is #672593. Grayscale: #BABABA. Windows color (decimal): -6759828 or 7133848. OLE color: 7133848.
HSL color Cylindrical-coordinate representation of color #98DA6C: hue angle of 96º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98DA6C is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 108 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.15 |
| HSL | 96º | 0.6% | 0.64% | - |
| HSV(B) | 96º | 0.5% | 0.85% | - |
| XYZ | 40.73 | 57.9 | 23.22 | - |
| YUV | 185.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 108 | 0.30 | 0 | 0.50 | 0.15 | 96 | 0.6 | 0.64 |
| Hex | 98 | DA | 6C | 1E | 0 | 32 | F | 60 | 3C | 40 |
| Octal | 230 | 332 | 154 | 36 | 0 | 62 | 17 | 140 | 74 | 100 |
| Binary | 10011000 | 11011010 | 1101100 | 11110 | 0 | 110010 | 1111 | 1100000 | 111100 | 1000000 |
Color Harmonies of #98DA6C
Complementary color
Monochromatic Colors of #98DA6C
Black with #98DA6C
Text Example
Text Example
White with #98DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DA6C; }
p { color: rgb(152,218,108); }
H1.HeaderClassName
{
color: #98DA6C;
}
.AnyTagClassName
{
color: #98DA6C;
}
</style>
background-color css
<style>
a { background-color: #98DA6C; }
a { background-color: rgb(152,218,108); }
div.DivClassName
{
background-color: #98DA6C;
}
.BgClassName
{
background-color: #98DA6C;
}
</style>
border-color css
<style>
span { border-color: #98DA6C; }
span { border-color: rgb(152,218,108); }
td.TdClassName
{
border-color: #98DA6C;
}
.TagClassName
{
border-color: #98DA6C;
}
</style>