Shades of Gossip #98C98A
Tints of Gossip #98C98A
RGB
CMYK
RGB Variations
Color information
#98C98A (or 0x98C98A) is known color: Gossip. HEX triplet: 98, C9 and 8A. RGB value is (152,201,138). Sum of RGB (Red+Green+Blue) = 152+201+138=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #98C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C98A is #673675. Grayscale: #B3B3B3. Windows color (decimal): -6764150 or 9095576. OLE color: 9095576.
HSL color Cylindrical-coordinate representation of color #98C98A: hue angle of 106.67º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C98A is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 138 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.21 |
| HSL | 106.67º | 0.37% | 0.66% | - |
| HSV(B) | 106.67º | 0.31% | 0.79% | - |
| XYZ | 38.42 | 50.28 | 31.73 | - |
| YUV | 179.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 138 | 0.24 | 0 | 0.31 | 0.21 | 106.67 | 0.37 | 0.66 |
| Hex | 98 | C9 | 8A | 18 | 0 | 1F | 15 | 6B | 25 | 42 |
| Octal | 230 | 311 | 212 | 30 | 0 | 37 | 25 | 153 | 45 | 102 |
| Binary | 10011000 | 11001001 | 10001010 | 11000 | 0 | 11111 | 10101 | 1101011 | 100101 | 1000010 |
Color Harmonies of #98C98A
Complementary color
Monochromatic Colors of #98C98A
Black with #98C98A
Text Example
Text Example
White with #98C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C98A; }
p { color: rgb(152,201,138); }
H1.HeaderClassName
{
color: #98C98A;
}
.AnyTagClassName
{
color: #98C98A;
}
</style>
background-color css
<style>
a { background-color: #98C98A; }
a { background-color: rgb(152,201,138); }
div.DivClassName
{
background-color: #98C98A;
}
.BgClassName
{
background-color: #98C98A;
}
</style>
border-color css
<style>
span { border-color: #98C98A; }
span { border-color: rgb(152,201,138); }
td.TdClassName
{
border-color: #98C98A;
}
.TagClassName
{
border-color: #98C98A;
}
</style>