Shades of Gossip #98D677
Tints of Gossip #98D677
RGB
CMYK
RGB Variations
Color information
#98D677 (or 0x98D677) is known color: Gossip. HEX triplet: 98, D6 and 77. RGB value is (152,214,119). Sum of RGB (Red+Green+Blue) = 152+214+119=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #98D677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D677 is #672988. Grayscale: #B8B8B8. Windows color (decimal): -6760841 or 7853720. OLE color: 7853720.
HSL color Cylindrical-coordinate representation of color #98D677: hue angle of 99.16º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98D677 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 119 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.16 |
| HSL | 99.16º | 0.54% | 0.65% | - |
| HSV(B) | 99.16º | 0.44% | 0.84% | - |
| XYZ | 40.33 | 56.1 | 26.16 | - |
| YUV | 184.63 | 90.96 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 119 | 0.29 | 0 | 0.44 | 0.16 | 99.16 | 0.54 | 0.65 |
| Hex | 98 | D6 | 77 | 1D | 0 | 2C | 10 | 63 | 36 | 41 |
| Octal | 230 | 326 | 167 | 35 | 0 | 54 | 20 | 143 | 66 | 101 |
| Binary | 10011000 | 11010110 | 1110111 | 11101 | 0 | 101100 | 10000 | 1100011 | 110110 | 1000001 |
Color Harmonies of #98D677
Complementary color
Monochromatic Colors of #98D677
Black with #98D677
Text Example
Text Example
White with #98D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D677; }
p { color: rgb(152,214,119); }
H1.HeaderClassName
{
color: #98D677;
}
.AnyTagClassName
{
color: #98D677;
}
</style>
background-color css
<style>
a { background-color: #98D677; }
a { background-color: rgb(152,214,119); }
div.DivClassName
{
background-color: #98D677;
}
.BgClassName
{
background-color: #98D677;
}
</style>
border-color css
<style>
span { border-color: #98D677; }
span { border-color: rgb(152,214,119); }
td.TdClassName
{
border-color: #98D677;
}
.TagClassName
{
border-color: #98D677;
}
</style>