Shades of Gossip #98C57C
Tints of Gossip #98C57C
RGB
CMYK
RGB Variations
Color information
#98C57C (or 0x98C57C) is known color: Gossip. HEX triplet: 98, C5 and 7C. RGB value is (152,197,124). Sum of RGB (Red+Green+Blue) = 152+197+124=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #98C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C57C is #673A83. Grayscale: #AFAFAF. Windows color (decimal): -6765188 or 8177048. OLE color: 8177048.
HSL color Cylindrical-coordinate representation of color #98C57C: hue angle of 96.99º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98C57C is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 124 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.23 |
| HSL | 96.99º | 0.39% | 0.63% | - |
| HSV(B) | 96.99º | 0.37% | 0.77% | - |
| XYZ | 36.55 | 48.06 | 26.42 | - |
| YUV | 175.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 124 | 0.23 | 0 | 0.37 | 0.23 | 96.99 | 0.39 | 0.63 |
| Hex | 98 | C5 | 7C | 17 | 0 | 25 | 17 | 61 | 27 | 3F |
| Octal | 230 | 305 | 174 | 27 | 0 | 45 | 27 | 141 | 47 | 77 |
| Binary | 10011000 | 11000101 | 1111100 | 10111 | 0 | 100101 | 10111 | 1100001 | 100111 | 111111 |
Color Harmonies of #98C57C
Complementary color
Monochromatic Colors of #98C57C
Black with #98C57C
Text Example
Text Example
White with #98C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C57C; }
p { color: rgb(152,197,124); }
H1.HeaderClassName
{
color: #98C57C;
}
.AnyTagClassName
{
color: #98C57C;
}
</style>
background-color css
<style>
a { background-color: #98C57C; }
a { background-color: rgb(152,197,124); }
div.DivClassName
{
background-color: #98C57C;
}
.BgClassName
{
background-color: #98C57C;
}
</style>
border-color css
<style>
span { border-color: #98C57C; }
span { border-color: rgb(152,197,124); }
td.TdClassName
{
border-color: #98C57C;
}
.TagClassName
{
border-color: #98C57C;
}
</style>