Shades of Gossip #98C87B
Tints of Gossip #98C87B
RGB
CMYK
RGB Variations
Color information
#98C87B (or 0x98C87B) is known color: Gossip. HEX triplet: 98, C8 and 7B. RGB value is (152,200,123). Sum of RGB (Red+Green+Blue) = 152+200+123=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #98C87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C87B is #673784. Grayscale: #B1B1B1. Windows color (decimal): -6764421 or 8112280. OLE color: 8112280.
HSL color Cylindrical-coordinate representation of color #98C87B: hue angle of 97.4º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98C87B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 123 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.22 |
| HSL | 97.4º | 0.41% | 0.63% | - |
| HSV(B) | 97.4º | 0.39% | 0.78% | - |
| XYZ | 37.18 | 49.41 | 26.32 | - |
| YUV | 176.87 | 97.6 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 123 | 0.24 | 0 | 0.38 | 0.22 | 97.4 | 0.41 | 0.63 |
| Hex | 98 | C8 | 7B | 18 | 0 | 26 | 16 | 61 | 29 | 3F |
| Octal | 230 | 310 | 173 | 30 | 0 | 46 | 26 | 141 | 51 | 77 |
| Binary | 10011000 | 11001000 | 1111011 | 11000 | 0 | 100110 | 10110 | 1100001 | 101001 | 111111 |
Color Harmonies of #98C87B
Complementary color
Monochromatic Colors of #98C87B
Black with #98C87B
Text Example
Text Example
White with #98C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C87B; }
p { color: rgb(152,200,123); }
H1.HeaderClassName
{
color: #98C87B;
}
.AnyTagClassName
{
color: #98C87B;
}
</style>
background-color css
<style>
a { background-color: #98C87B; }
a { background-color: rgb(152,200,123); }
div.DivClassName
{
background-color: #98C87B;
}
.BgClassName
{
background-color: #98C87B;
}
</style>
border-color css
<style>
span { border-color: #98C87B; }
span { border-color: rgb(152,200,123); }
td.TdClassName
{
border-color: #98C87B;
}
.TagClassName
{
border-color: #98C87B;
}
</style>