Shades of Gossip #98CB80
Tints of Gossip #98CB80
RGB
CMYK
RGB Variations
Color information
#98CB80 (or 0x98CB80) is known color: Gossip. HEX triplet: 98, CB and 80. RGB value is (152,203,128). Sum of RGB (Red+Green+Blue) = 152+203+128=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CB80 is #67347F. Grayscale: #B3B3B3. Windows color (decimal): -6763648 or 8440728. OLE color: 8440728.
HSL color Cylindrical-coordinate representation of color #98CB80: hue angle of 100.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98CB80 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 128 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.20 |
| HSL | 100.8º | 0.42% | 0.65% | - |
| HSV(B) | 100.8º | 0.37% | 0.8% | - |
| XYZ | 38.2 | 50.95 | 28.24 | - |
| YUV | 179.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 128 | 0.25 | 0 | 0.37 | 0.20 | 100.8 | 0.42 | 0.65 |
| Hex | 98 | CB | 80 | 19 | 0 | 25 | 14 | 65 | 2A | 41 |
| Octal | 230 | 313 | 200 | 31 | 0 | 45 | 24 | 145 | 52 | 101 |
| Binary | 10011000 | 11001011 | 10000000 | 11001 | 0 | 100101 | 10100 | 1100101 | 101010 | 1000001 |
Color Harmonies of #98CB80
Complementary color
Monochromatic Colors of #98CB80
Black with #98CB80
Text Example
Text Example
White with #98CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CB80; }
p { color: rgb(152,203,128); }
H1.HeaderClassName
{
color: #98CB80;
}
.AnyTagClassName
{
color: #98CB80;
}
</style>
background-color css
<style>
a { background-color: #98CB80; }
a { background-color: rgb(152,203,128); }
div.DivClassName
{
background-color: #98CB80;
}
.BgClassName
{
background-color: #98CB80;
}
</style>
border-color css
<style>
span { border-color: #98CB80; }
span { border-color: rgb(152,203,128); }
td.TdClassName
{
border-color: #98CB80;
}
.TagClassName
{
border-color: #98CB80;
}
</style>