Shades of Gossip #98C88E
Tints of Gossip #98C88E
RGB
CMYK
RGB Variations
Color information
#98C88E (or 0x98C88E) is known color: Gossip. HEX triplet: 98, C8 and 8E. RGB value is (152,200,142). Sum of RGB (Red+Green+Blue) = 152+200+142=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #98C88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C88E is #673771. Grayscale: #B3B3B3. Windows color (decimal): -6764402 or 9357464. OLE color: 9357464.
HSL color Cylindrical-coordinate representation of color #98C88E: hue angle of 109.66º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C88E is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 142 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.22 |
| HSL | 109.66º | 0.35% | 0.67% | - |
| HSV(B) | 109.66º | 0.29% | 0.78% | - |
| XYZ | 38.49 | 49.94 | 33.2 | - |
| YUV | 179.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 142 | 0.24 | 0 | 0.29 | 0.22 | 109.66 | 0.35 | 0.67 |
| Hex | 98 | C8 | 8E | 18 | 0 | 1D | 16 | 6E | 23 | 43 |
| Octal | 230 | 310 | 216 | 30 | 0 | 35 | 26 | 156 | 43 | 103 |
| Binary | 10011000 | 11001000 | 10001110 | 11000 | 0 | 11101 | 10110 | 1101110 | 100011 | 1000011 |
Color Harmonies of #98C88E
Complementary color
Monochromatic Colors of #98C88E
Black with #98C88E
Text Example
Text Example
White with #98C88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C88E; }
p { color: rgb(152,200,142); }
H1.HeaderClassName
{
color: #98C88E;
}
.AnyTagClassName
{
color: #98C88E;
}
</style>
background-color css
<style>
a { background-color: #98C88E; }
a { background-color: rgb(152,200,142); }
div.DivClassName
{
background-color: #98C88E;
}
.BgClassName
{
background-color: #98C88E;
}
</style>
border-color css
<style>
span { border-color: #98C88E; }
span { border-color: rgb(152,200,142); }
td.TdClassName
{
border-color: #98C88E;
}
.TagClassName
{
border-color: #98C88E;
}
</style>