Shades of Gossip #98C58C
Tints of Gossip #98C58C
RGB
CMYK
RGB Variations
Color information
#98C58C (or 0x98C58C) is known color: Gossip. HEX triplet: 98, C5 and 8C. RGB value is (152,197,140). Sum of RGB (Red+Green+Blue) = 152+197+140=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #98C58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C58C is #673A73. Grayscale: #B1B1B1. Windows color (decimal): -6765172 or 9225624. OLE color: 9225624.
HSL color Cylindrical-coordinate representation of color #98C58C: hue angle of 107.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C58C is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 140 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.23 |
| HSL | 107.37º | 0.33% | 0.66% | - |
| HSV(B) | 107.37º | 0.29% | 0.77% | - |
| XYZ | 37.65 | 48.5 | 32.19 | - |
| YUV | 177.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 140 | 0.23 | 0 | 0.29 | 0.23 | 107.37 | 0.33 | 0.66 |
| Hex | 98 | C5 | 8C | 17 | 0 | 1D | 17 | 6B | 21 | 42 |
| Octal | 230 | 305 | 214 | 27 | 0 | 35 | 27 | 153 | 41 | 102 |
| Binary | 10011000 | 11000101 | 10001100 | 10111 | 0 | 11101 | 10111 | 1101011 | 100001 | 1000010 |
Color Harmonies of #98C58C
Complementary color
Monochromatic Colors of #98C58C
Black with #98C58C
Text Example
Text Example
White with #98C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C58C; }
p { color: rgb(152,197,140); }
H1.HeaderClassName
{
color: #98C58C;
}
.AnyTagClassName
{
color: #98C58C;
}
</style>
background-color css
<style>
a { background-color: #98C58C; }
a { background-color: rgb(152,197,140); }
div.DivClassName
{
background-color: #98C58C;
}
.BgClassName
{
background-color: #98C58C;
}
</style>
border-color css
<style>
span { border-color: #98C58C; }
span { border-color: rgb(152,197,140); }
td.TdClassName
{
border-color: #98C58C;
}
.TagClassName
{
border-color: #98C58C;
}
</style>