Shades of Gossip #98C289
Tints of Gossip #98C289
RGB
CMYK
RGB Variations
Color information
#98C289 (or 0x98C289) is known color: Gossip. HEX triplet: 98, C2 and 89. RGB value is (152,194,137). Sum of RGB (Red+Green+Blue) = 152+194+137=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #98C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C289 is #673D76. Grayscale: #AFAFAF. Windows color (decimal): -6765943 or 9028248. OLE color: 9028248.
HSL color Cylindrical-coordinate representation of color #98C289: hue angle of 104.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C289 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 137 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.24 |
| HSL | 104.21º | 0.32% | 0.65% | - |
| HSV(B) | 104.21º | 0.29% | 0.76% | - |
| XYZ | 36.76 | 47.07 | 30.81 | - |
| YUV | 174.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 137 | 0.22 | 0 | 0.29 | 0.24 | 104.21 | 0.32 | 0.65 |
| Hex | 98 | C2 | 89 | 16 | 0 | 1D | 18 | 68 | 20 | 41 |
| Octal | 230 | 302 | 211 | 26 | 0 | 35 | 30 | 150 | 40 | 101 |
| Binary | 10011000 | 11000010 | 10001001 | 10110 | 0 | 11101 | 11000 | 1101000 | 100000 | 1000001 |
Color Harmonies of #98C289
Complementary color
Monochromatic Colors of #98C289
Black with #98C289
Text Example
Text Example
White with #98C289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C289; }
p { color: rgb(152,194,137); }
H1.HeaderClassName
{
color: #98C289;
}
.AnyTagClassName
{
color: #98C289;
}
</style>
background-color css
<style>
a { background-color: #98C289; }
a { background-color: rgb(152,194,137); }
div.DivClassName
{
background-color: #98C289;
}
.BgClassName
{
background-color: #98C289;
}
</style>
border-color css
<style>
span { border-color: #98C289; }
span { border-color: rgb(152,194,137); }
td.TdClassName
{
border-color: #98C289;
}
.TagClassName
{
border-color: #98C289;
}
</style>