Shades of Gossip #98C68D
Tints of Gossip #98C68D
RGB
CMYK
RGB Variations
Color information
#98C68D (or 0x98C68D) is known color: Gossip. HEX triplet: 98, C6 and 8D. RGB value is (152,198,141). Sum of RGB (Red+Green+Blue) = 152+198+141=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #98C68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C68D is #673972. Grayscale: #B1B1B1. Windows color (decimal): -6764915 or 9291416. OLE color: 9291416.
HSL color Cylindrical-coordinate representation of color #98C68D: hue angle of 108.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C68D is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 198 | 141 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.22 |
| HSL | 108.42º | 0.33% | 0.66% | - |
| HSV(B) | 108.42º | 0.29% | 0.78% | - |
| XYZ | 37.95 | 48.99 | 32.65 | - |
| YUV | 177.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 198 | 141 | 0.23 | 0 | 0.29 | 0.22 | 108.42 | 0.33 | 0.66 |
| Hex | 98 | C6 | 8D | 17 | 0 | 1D | 16 | 6C | 21 | 42 |
| Octal | 230 | 306 | 215 | 27 | 0 | 35 | 26 | 154 | 41 | 102 |
| Binary | 10011000 | 11000110 | 10001101 | 10111 | 0 | 11101 | 10110 | 1101100 | 100001 | 1000010 |
Color Harmonies of #98C68D
Complementary color
Monochromatic Colors of #98C68D
Black with #98C68D
Text Example
Text Example
White with #98C68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C68D; }
p { color: rgb(152,198,141); }
H1.HeaderClassName
{
color: #98C68D;
}
.AnyTagClassName
{
color: #98C68D;
}
</style>
background-color css
<style>
a { background-color: #98C68D; }
a { background-color: rgb(152,198,141); }
div.DivClassName
{
background-color: #98C68D;
}
.BgClassName
{
background-color: #98C68D;
}
</style>
border-color css
<style>
span { border-color: #98C68D; }
span { border-color: rgb(152,198,141); }
td.TdClassName
{
border-color: #98C68D;
}
.TagClassName
{
border-color: #98C68D;
}
</style>