Shades of Gossip #98C58B
Tints of Gossip #98C58B
RGB
CMYK
RGB Variations
Color information
#98C58B (or 0x98C58B) is known color: Gossip. HEX triplet: 98, C5 and 8B. RGB value is (152,197,139). Sum of RGB (Red+Green+Blue) = 152+197+139=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #98C58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C58B is #673A74. Grayscale: #B1B1B1. Windows color (decimal): -6765173 or 9160088. OLE color: 9160088.
HSL color Cylindrical-coordinate representation of color #98C58B: hue angle of 106.55º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C58B is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 139 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.23 |
| HSL | 106.55º | 0.33% | 0.66% | - |
| HSV(B) | 106.55º | 0.29% | 0.77% | - |
| XYZ | 37.58 | 48.47 | 31.8 | - |
| YUV | 176.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 139 | 0.23 | 0 | 0.29 | 0.23 | 106.55 | 0.33 | 0.66 |
| Hex | 98 | C5 | 8B | 17 | 0 | 1D | 17 | 6B | 21 | 42 |
| Octal | 230 | 305 | 213 | 27 | 0 | 35 | 27 | 153 | 41 | 102 |
| Binary | 10011000 | 11000101 | 10001011 | 10111 | 0 | 11101 | 10111 | 1101011 | 100001 | 1000010 |
Color Harmonies of #98C58B
Complementary color
Monochromatic Colors of #98C58B
Black with #98C58B
Text Example
Text Example
White with #98C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C58B; }
p { color: rgb(152,197,139); }
H1.HeaderClassName
{
color: #98C58B;
}
.AnyTagClassName
{
color: #98C58B;
}
</style>
background-color css
<style>
a { background-color: #98C58B; }
a { background-color: rgb(152,197,139); }
div.DivClassName
{
background-color: #98C58B;
}
.BgClassName
{
background-color: #98C58B;
}
</style>
border-color css
<style>
span { border-color: #98C58B; }
span { border-color: rgb(152,197,139); }
td.TdClassName
{
border-color: #98C58B;
}
.TagClassName
{
border-color: #98C58B;
}
</style>