Shades of Gossip #98D37B
Tints of Gossip #98D37B
RGB
CMYK
RGB Variations
Color information
#98D37B (or 0x98D37B) is known color: Gossip. HEX triplet: 98, D3 and 7B. RGB value is (152,211,123). Sum of RGB (Red+Green+Blue) = 152+211+123=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #98D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D37B is #672C84. Grayscale: #B7B7B7. Windows color (decimal): -6761605 or 8115096. OLE color: 8115096.
HSL color Cylindrical-coordinate representation of color #98D37B: hue angle of 100.23º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98D37B is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 123 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.17 |
| HSL | 100.23º | 0.5% | 0.65% | - |
| HSV(B) | 100.23º | 0.42% | 0.83% | - |
| XYZ | 39.82 | 54.69 | 27.2 | - |
| YUV | 183.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 123 | 0.28 | 0 | 0.42 | 0.17 | 100.23 | 0.5 | 0.65 |
| Hex | 98 | D3 | 7B | 1C | 0 | 2A | 11 | 64 | 32 | 41 |
| Octal | 230 | 323 | 173 | 34 | 0 | 52 | 21 | 144 | 62 | 101 |
| Binary | 10011000 | 11010011 | 1111011 | 11100 | 0 | 101010 | 10001 | 1100100 | 110010 | 1000001 |
Color Harmonies of #98D37B
Complementary color
Monochromatic Colors of #98D37B
Black with #98D37B
Text Example
Text Example
White with #98D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D37B; }
p { color: rgb(152,211,123); }
H1.HeaderClassName
{
color: #98D37B;
}
.AnyTagClassName
{
color: #98D37B;
}
</style>
background-color css
<style>
a { background-color: #98D37B; }
a { background-color: rgb(152,211,123); }
div.DivClassName
{
background-color: #98D37B;
}
.BgClassName
{
background-color: #98D37B;
}
</style>
border-color css
<style>
span { border-color: #98D37B; }
span { border-color: rgb(152,211,123); }
td.TdClassName
{
border-color: #98D37B;
}
.TagClassName
{
border-color: #98D37B;
}
</style>