Shades of Gossip #98C48A
Tints of Gossip #98C48A
RGB
CMYK
RGB Variations
Color information
#98C48A (or 0x98C48A) is known color: Gossip. HEX triplet: 98, C4 and 8A. RGB value is (152,196,138). Sum of RGB (Red+Green+Blue) = 152+196+138=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #98C48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C48A is #673B75. Grayscale: #B0B0B0. Windows color (decimal): -6765430 or 9094296. OLE color: 9094296.
HSL color Cylindrical-coordinate representation of color #98C48A: hue angle of 105.52º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98C48A is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 196 | 138 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.23 |
| HSL | 105.52º | 0.33% | 0.65% | - |
| HSV(B) | 105.52º | 0.3% | 0.77% | - |
| XYZ | 37.28 | 47.99 | 31.34 | - |
| YUV | 176.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 196 | 138 | 0.22 | 0 | 0.30 | 0.23 | 105.52 | 0.33 | 0.65 |
| Hex | 98 | C4 | 8A | 16 | 0 | 1E | 17 | 6A | 21 | 41 |
| Octal | 230 | 304 | 212 | 26 | 0 | 36 | 27 | 152 | 41 | 101 |
| Binary | 10011000 | 11000100 | 10001010 | 10110 | 0 | 11110 | 10111 | 1101010 | 100001 | 1000001 |
Color Harmonies of #98C48A
Complementary color
Monochromatic Colors of #98C48A
Black with #98C48A
Text Example
Text Example
White with #98C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C48A; }
p { color: rgb(152,196,138); }
H1.HeaderClassName
{
color: #98C48A;
}
.AnyTagClassName
{
color: #98C48A;
}
</style>
background-color css
<style>
a { background-color: #98C48A; }
a { background-color: rgb(152,196,138); }
div.DivClassName
{
background-color: #98C48A;
}
.BgClassName
{
background-color: #98C48A;
}
</style>
border-color css
<style>
span { border-color: #98C48A; }
span { border-color: rgb(152,196,138); }
td.TdClassName
{
border-color: #98C48A;
}
.TagClassName
{
border-color: #98C48A;
}
</style>