Shades of Gossip #98D76D
Tints of Gossip #98D76D
RGB
CMYK
RGB Variations
Color information
#98D76D (or 0x98D76D) is known color: Gossip. HEX triplet: 98, D7 and 6D. RGB value is (152,215,109). Sum of RGB (Red+Green+Blue) = 152+215+109=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #98D76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D76D is #672892. Grayscale: #B8B8B8. Windows color (decimal): -6760595 or 7198616. OLE color: 7198616.
HSL color Cylindrical-coordinate representation of color #98D76D: hue angle of 95.66º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98D76D is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 109 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.16 |
| HSL | 95.66º | 0.57% | 0.64% | - |
| HSV(B) | 95.66º | 0.49% | 0.84% | - |
| XYZ | 40.01 | 56.38 | 23.24 | - |
| YUV | 184.08 | 85.63 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 109 | 0.29 | 0 | 0.49 | 0.16 | 95.66 | 0.57 | 0.64 |
| Hex | 98 | D7 | 6D | 1D | 0 | 31 | 10 | 60 | 39 | 40 |
| Octal | 230 | 327 | 155 | 35 | 0 | 61 | 20 | 140 | 71 | 100 |
| Binary | 10011000 | 11010111 | 1101101 | 11101 | 0 | 110001 | 10000 | 1100000 | 111001 | 1000000 |
Color Harmonies of #98D76D
Complementary color
Monochromatic Colors of #98D76D
Black with #98D76D
Text Example
Text Example
White with #98D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D76D; }
p { color: rgb(152,215,109); }
H1.HeaderClassName
{
color: #98D76D;
}
.AnyTagClassName
{
color: #98D76D;
}
</style>
background-color css
<style>
a { background-color: #98D76D; }
a { background-color: rgb(152,215,109); }
div.DivClassName
{
background-color: #98D76D;
}
.BgClassName
{
background-color: #98D76D;
}
</style>
border-color css
<style>
span { border-color: #98D76D; }
span { border-color: rgb(152,215,109); }
td.TdClassName
{
border-color: #98D76D;
}
.TagClassName
{
border-color: #98D76D;
}
</style>