Shades of Gossip #98D382
Tints of Gossip #98D382
RGB
CMYK
RGB Variations
Color information
#98D382 (or 0x98D382) is known color: Gossip. HEX triplet: 98, D3 and 82. RGB value is (152,211,130). Sum of RGB (Red+Green+Blue) = 152+211+130=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #98D382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D382 is #672C7D. Grayscale: #B8B8B8. Windows color (decimal): -6761598 or 8573848. OLE color: 8573848.
HSL color Cylindrical-coordinate representation of color #98D382: hue angle of 103.7º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98D382 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 130 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.17 |
| HSL | 103.7º | 0.48% | 0.67% | - |
| HSV(B) | 103.7º | 0.38% | 0.83% | - |
| XYZ | 40.27 | 54.88 | 29.59 | - |
| YUV | 184.13 | 97.45 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 130 | 0.28 | 0 | 0.38 | 0.17 | 103.7 | 0.48 | 0.67 |
| Hex | 98 | D3 | 82 | 1C | 0 | 26 | 11 | 68 | 30 | 43 |
| Octal | 230 | 323 | 202 | 34 | 0 | 46 | 21 | 150 | 60 | 103 |
| Binary | 10011000 | 11010011 | 10000010 | 11100 | 0 | 100110 | 10001 | 1101000 | 110000 | 1000011 |
Color Harmonies of #98D382
Complementary color
Monochromatic Colors of #98D382
Black with #98D382
Text Example
Text Example
White with #98D382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D382; }
p { color: rgb(152,211,130); }
H1.HeaderClassName
{
color: #98D382;
}
.AnyTagClassName
{
color: #98D382;
}
</style>
background-color css
<style>
a { background-color: #98D382; }
a { background-color: rgb(152,211,130); }
div.DivClassName
{
background-color: #98D382;
}
.BgClassName
{
background-color: #98D382;
}
</style>
border-color css
<style>
span { border-color: #98D382; }
span { border-color: rgb(152,211,130); }
td.TdClassName
{
border-color: #98D382;
}
.TagClassName
{
border-color: #98D382;
}
</style>