Shades of Gossip #9FDB88
Tints of Gossip #9FDB88
RGB
CMYK
RGB Variations
Color information
#9FDB88 (or 0x9FDB88) is known color: Gossip. HEX triplet: 9F, DB and 88. RGB value is (159,219,136). Sum of RGB (Red+Green+Blue) = 159+219+136=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDB88 is #602477. Grayscale: #BFBFBF. Windows color (decimal): -6300792 or 8969119. OLE color: 8969119.
HSL color Cylindrical-coordinate representation of color #9FDB88: hue angle of 103.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FDB88 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 136 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.14 |
| HSL | 103.37º | 0.54% | 0.7% | - |
| HSV(B) | 103.37º | 0.38% | 0.86% | - |
| XYZ | 44.07 | 59.81 | 32.51 | - |
| YUV | 191.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 136 | 0.27 | 0 | 0.38 | 0.14 | 103.37 | 0.54 | 0.7 |
| Hex | 9F | DB | 88 | 1B | 0 | 26 | E | 67 | 36 | 46 |
| Octal | 237 | 333 | 210 | 33 | 0 | 46 | 16 | 147 | 66 | 106 |
| Binary | 10011111 | 11011011 | 10001000 | 11011 | 0 | 100110 | 1110 | 1100111 | 110110 | 1000110 |
Color Harmonies of #9FDB88
Complementary color
Monochromatic Colors of #9FDB88
Black with #9FDB88
Text Example
Text Example
White with #9FDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB88; }
p { color: rgb(159,219,136); }
H1.HeaderClassName
{
color: #9FDB88;
}
.AnyTagClassName
{
color: #9FDB88;
}
</style>
background-color css
<style>
a { background-color: #9FDB88; }
a { background-color: rgb(159,219,136); }
div.DivClassName
{
background-color: #9FDB88;
}
.BgClassName
{
background-color: #9FDB88;
}
</style>
border-color css
<style>
span { border-color: #9FDB88; }
span { border-color: rgb(159,219,136); }
td.TdClassName
{
border-color: #9FDB88;
}
.TagClassName
{
border-color: #9FDB88;
}
</style>