Shades of Gossip #98C98B
Tints of Gossip #98C98B
RGB
CMYK
RGB Variations
Color information
#98C98B (or 0x98C98B) is known color: Gossip. HEX triplet: 98, C9 and 8B. RGB value is (152,201,139). Sum of RGB (Red+Green+Blue) = 152+201+139=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #98C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C98B is #673674. Grayscale: #B3B3B3. Windows color (decimal): -6764149 or 9161112. OLE color: 9161112.
HSL color Cylindrical-coordinate representation of color #98C98B: hue angle of 107.42º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C98B is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 139 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.21 |
| HSL | 107.42º | 0.36% | 0.67% | - |
| HSV(B) | 107.42º | 0.31% | 0.79% | - |
| XYZ | 38.5 | 50.31 | 32.11 | - |
| YUV | 179.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 139 | 0.24 | 0 | 0.31 | 0.21 | 107.42 | 0.36 | 0.67 |
| Hex | 98 | C9 | 8B | 18 | 0 | 1F | 15 | 6B | 24 | 43 |
| Octal | 230 | 311 | 213 | 30 | 0 | 37 | 25 | 153 | 44 | 103 |
| Binary | 10011000 | 11001001 | 10001011 | 11000 | 0 | 11111 | 10101 | 1101011 | 100100 | 1000011 |
Color Harmonies of #98C98B
Complementary color
Monochromatic Colors of #98C98B
Black with #98C98B
Text Example
Text Example
White with #98C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C98B; }
p { color: rgb(152,201,139); }
H1.HeaderClassName
{
color: #98C98B;
}
.AnyTagClassName
{
color: #98C98B;
}
</style>
background-color css
<style>
a { background-color: #98C98B; }
a { background-color: rgb(152,201,139); }
div.DivClassName
{
background-color: #98C98B;
}
.BgClassName
{
background-color: #98C98B;
}
</style>
border-color css
<style>
span { border-color: #98C98B; }
span { border-color: rgb(152,201,139); }
td.TdClassName
{
border-color: #98C98B;
}
.TagClassName
{
border-color: #98C98B;
}
</style>