Shades of Gossip #98C983
Tints of Gossip #98C983
RGB
CMYK
RGB Variations
Color information
#98C983 (or 0x98C983) is known color: Gossip. HEX triplet: 98, C9 and 83. RGB value is (152,201,131). Sum of RGB (Red+Green+Blue) = 152+201+131=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #98C983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C983 is #67367C. Grayscale: #B2B2B2. Windows color (decimal): -6764157 or 8636824. OLE color: 8636824.
HSL color Cylindrical-coordinate representation of color #98C983: hue angle of 102º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98C983 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 131 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.21 |
| HSL | 102º | 0.39% | 0.65% | - |
| HSV(B) | 102º | 0.35% | 0.79% | - |
| XYZ | 37.93 | 50.09 | 29.14 | - |
| YUV | 178.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 131 | 0.24 | 0 | 0.35 | 0.21 | 102 | 0.39 | 0.65 |
| Hex | 98 | C9 | 83 | 18 | 0 | 23 | 15 | 66 | 27 | 41 |
| Octal | 230 | 311 | 203 | 30 | 0 | 43 | 25 | 146 | 47 | 101 |
| Binary | 10011000 | 11001001 | 10000011 | 11000 | 0 | 100011 | 10101 | 1100110 | 100111 | 1000001 |
Color Harmonies of #98C983
Complementary color
Monochromatic Colors of #98C983
Black with #98C983
Text Example
Text Example
White with #98C983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C983; }
p { color: rgb(152,201,131); }
H1.HeaderClassName
{
color: #98C983;
}
.AnyTagClassName
{
color: #98C983;
}
</style>
background-color css
<style>
a { background-color: #98C983; }
a { background-color: rgb(152,201,131); }
div.DivClassName
{
background-color: #98C983;
}
.BgClassName
{
background-color: #98C983;
}
</style>
border-color css
<style>
span { border-color: #98C983; }
span { border-color: rgb(152,201,131); }
td.TdClassName
{
border-color: #98C983;
}
.TagClassName
{
border-color: #98C983;
}
</style>