Shades of Gossip #98D26E
Tints of Gossip #98D26E
RGB
CMYK
RGB Variations
Color information
#98D26E (or 0x98D26E) is known color: Gossip. HEX triplet: 98, D2 and 6E. RGB value is (152,210,110). Sum of RGB (Red+Green+Blue) = 152+210+110=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #98D26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D26E is #672D91. Grayscale: #B5B5B5. Windows color (decimal): -6761874 or 7262872. OLE color: 7262872.
HSL color Cylindrical-coordinate representation of color #98D26E: hue angle of 94.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98D26E is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 210 | 110 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.18 |
| HSL | 94.8º | 0.53% | 0.63% | - |
| HSV(B) | 94.8º | 0.48% | 0.82% | - |
| XYZ | 38.81 | 53.89 | 23.11 | - |
| YUV | 181.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 210 | 110 | 0.28 | 0 | 0.48 | 0.18 | 94.8 | 0.53 | 0.63 |
| Hex | 98 | D2 | 6E | 1C | 0 | 30 | 12 | 5F | 35 | 3F |
| Octal | 230 | 322 | 156 | 34 | 0 | 60 | 22 | 137 | 65 | 77 |
| Binary | 10011000 | 11010010 | 1101110 | 11100 | 0 | 110000 | 10010 | 1011111 | 110101 | 111111 |
Color Harmonies of #98D26E
Complementary color
Monochromatic Colors of #98D26E
Black with #98D26E
Text Example
Text Example
White with #98D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D26E; }
p { color: rgb(152,210,110); }
H1.HeaderClassName
{
color: #98D26E;
}
.AnyTagClassName
{
color: #98D26E;
}
</style>
background-color css
<style>
a { background-color: #98D26E; }
a { background-color: rgb(152,210,110); }
div.DivClassName
{
background-color: #98D26E;
}
.BgClassName
{
background-color: #98D26E;
}
</style>
border-color css
<style>
span { border-color: #98D26E; }
span { border-color: rgb(152,210,110); }
td.TdClassName
{
border-color: #98D26E;
}
.TagClassName
{
border-color: #98D26E;
}
</style>