Shades of Gossip #98C98C
Tints of Gossip #98C98C
RGB
CMYK
RGB Variations
Color information
#98C98C (or 0x98C98C) is known color: Gossip. HEX triplet: 98, C9 and 8C. RGB value is (152,201,140). Sum of RGB (Red+Green+Blue) = 152+201+140=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #98C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C98C is #673673. Grayscale: #B3B3B3. Windows color (decimal): -6764148 or 9226648. OLE color: 9226648.
HSL color Cylindrical-coordinate representation of color #98C98C: hue angle of 108.2º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98C98C is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 140 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.21 |
| HSL | 108.2º | 0.36% | 0.67% | - |
| HSV(B) | 108.2º | 0.3% | 0.79% | - |
| XYZ | 38.57 | 50.34 | 32.5 | - |
| YUV | 179.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 140 | 0.24 | 0 | 0.30 | 0.21 | 108.2 | 0.36 | 0.67 |
| Hex | 98 | C9 | 8C | 18 | 0 | 1E | 15 | 6C | 24 | 43 |
| Octal | 230 | 311 | 214 | 30 | 0 | 36 | 25 | 154 | 44 | 103 |
| Binary | 10011000 | 11001001 | 10001100 | 11000 | 0 | 11110 | 10101 | 1101100 | 100100 | 1000011 |
Color Harmonies of #98C98C
Complementary color
Monochromatic Colors of #98C98C
Black with #98C98C
Text Example
Text Example
White with #98C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C98C; }
p { color: rgb(152,201,140); }
H1.HeaderClassName
{
color: #98C98C;
}
.AnyTagClassName
{
color: #98C98C;
}
</style>
background-color css
<style>
a { background-color: #98C98C; }
a { background-color: rgb(152,201,140); }
div.DivClassName
{
background-color: #98C98C;
}
.BgClassName
{
background-color: #98C98C;
}
</style>
border-color css
<style>
span { border-color: #98C98C; }
span { border-color: rgb(152,201,140); }
td.TdClassName
{
border-color: #98C98C;
}
.TagClassName
{
border-color: #98C98C;
}
</style>