Shades of Gossip #98C287
Tints of Gossip #98C287
RGB
CMYK
RGB Variations
Color information
#98C287 (or 0x98C287) is known color: Gossip. HEX triplet: 98, C2 and 87. RGB value is (152,194,135). Sum of RGB (Red+Green+Blue) = 152+194+135=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #98C287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C287 is #673D78. Grayscale: #AEAEAE. Windows color (decimal): -6765945 or 8897176. OLE color: 8897176.
HSL color Cylindrical-coordinate representation of color #98C287: hue angle of 102.71º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98C287 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 135 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.24 |
| HSL | 102.71º | 0.33% | 0.65% | - |
| HSV(B) | 102.71º | 0.3% | 0.76% | - |
| XYZ | 36.61 | 47.01 | 30.07 | - |
| YUV | 174.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 135 | 0.22 | 0 | 0.30 | 0.24 | 102.71 | 0.33 | 0.65 |
| Hex | 98 | C2 | 87 | 16 | 0 | 1E | 18 | 67 | 21 | 41 |
| Octal | 230 | 302 | 207 | 26 | 0 | 36 | 30 | 147 | 41 | 101 |
| Binary | 10011000 | 11000010 | 10000111 | 10110 | 0 | 11110 | 11000 | 1100111 | 100001 | 1000001 |
Color Harmonies of #98C287
Complementary color
Monochromatic Colors of #98C287
Black with #98C287
Text Example
Text Example
White with #98C287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C287; }
p { color: rgb(152,194,135); }
H1.HeaderClassName
{
color: #98C287;
}
.AnyTagClassName
{
color: #98C287;
}
</style>
background-color css
<style>
a { background-color: #98C287; }
a { background-color: rgb(152,194,135); }
div.DivClassName
{
background-color: #98C287;
}
.BgClassName
{
background-color: #98C287;
}
</style>
border-color css
<style>
span { border-color: #98C287; }
span { border-color: rgb(152,194,135); }
td.TdClassName
{
border-color: #98C287;
}
.TagClassName
{
border-color: #98C287;
}
</style>