Shades of Gossip #98CA88
Tints of Gossip #98CA88
RGB
CMYK
RGB Variations
Color information
#98CA88 (or 0x98CA88) is known color: Gossip. HEX triplet: 98, CA and 88. RGB value is (152,202,136). Sum of RGB (Red+Green+Blue) = 152+202+136=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CA88 is #673577. Grayscale: #B3B3B3. Windows color (decimal): -6763896 or 8964760. OLE color: 8964760.
HSL color Cylindrical-coordinate representation of color #98CA88: hue angle of 105.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98CA88 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 136 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.21 |
| HSL | 105.45º | 0.38% | 0.66% | - |
| HSV(B) | 105.45º | 0.33% | 0.79% | - |
| XYZ | 38.51 | 50.69 | 31.05 | - |
| YUV | 179.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 136 | 0.25 | 0 | 0.33 | 0.21 | 105.45 | 0.38 | 0.66 |
| Hex | 98 | CA | 88 | 19 | 0 | 21 | 15 | 69 | 26 | 42 |
| Octal | 230 | 312 | 210 | 31 | 0 | 41 | 25 | 151 | 46 | 102 |
| Binary | 10011000 | 11001010 | 10001000 | 11001 | 0 | 100001 | 10101 | 1101001 | 100110 | 1000010 |
Color Harmonies of #98CA88
Complementary color
Monochromatic Colors of #98CA88
Black with #98CA88
Text Example
Text Example
White with #98CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CA88; }
p { color: rgb(152,202,136); }
H1.HeaderClassName
{
color: #98CA88;
}
.AnyTagClassName
{
color: #98CA88;
}
</style>
background-color css
<style>
a { background-color: #98CA88; }
a { background-color: rgb(152,202,136); }
div.DivClassName
{
background-color: #98CA88;
}
.BgClassName
{
background-color: #98CA88;
}
</style>
border-color css
<style>
span { border-color: #98CA88; }
span { border-color: rgb(152,202,136); }
td.TdClassName
{
border-color: #98CA88;
}
.TagClassName
{
border-color: #98CA88;
}
</style>