Shades of Gossip #98C787
Tints of Gossip #98C787
RGB
CMYK
RGB Variations
Color information
#98C787 (or 0x98C787) is known color: Gossip. HEX triplet: 98, C7 and 87. RGB value is (152,199,135). Sum of RGB (Red+Green+Blue) = 152+199+135=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #98C787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C787 is #673878. Grayscale: #B1B1B1. Windows color (decimal): -6764665 or 8898456. OLE color: 8898456.
HSL color Cylindrical-coordinate representation of color #98C787: hue angle of 104.06º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98C787 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 199 | 135 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.22 |
| HSL | 104.06º | 0.36% | 0.65% | - |
| HSV(B) | 104.06º | 0.32% | 0.78% | - |
| XYZ | 37.75 | 49.27 | 30.44 | - |
| YUV | 177.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 199 | 135 | 0.24 | 0 | 0.32 | 0.22 | 104.06 | 0.36 | 0.65 |
| Hex | 98 | C7 | 87 | 18 | 0 | 20 | 16 | 68 | 24 | 41 |
| Octal | 230 | 307 | 207 | 30 | 0 | 40 | 26 | 150 | 44 | 101 |
| Binary | 10011000 | 11000111 | 10000111 | 11000 | 0 | 100000 | 10110 | 1101000 | 100100 | 1000001 |
Color Harmonies of #98C787
Complementary color
Monochromatic Colors of #98C787
Black with #98C787
Text Example
Text Example
White with #98C787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C787; }
p { color: rgb(152,199,135); }
H1.HeaderClassName
{
color: #98C787;
}
.AnyTagClassName
{
color: #98C787;
}
</style>
background-color css
<style>
a { background-color: #98C787; }
a { background-color: rgb(152,199,135); }
div.DivClassName
{
background-color: #98C787;
}
.BgClassName
{
background-color: #98C787;
}
</style>
border-color css
<style>
span { border-color: #98C787; }
span { border-color: rgb(152,199,135); }
td.TdClassName
{
border-color: #98C787;
}
.TagClassName
{
border-color: #98C787;
}
</style>