Shades of Gossip #9FDB86
Tints of Gossip #9FDB86
RGB
CMYK
RGB Variations
Color information
#9FDB86 (or 0x9FDB86) is known color: Gossip. HEX triplet: 9F, DB and 86. RGB value is (159,219,134). Sum of RGB (Red+Green+Blue) = 159+219+134=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDB86 is #602479. Grayscale: #BFBFBF. Windows color (decimal): -6300794 or 8838047. OLE color: 8838047.
HSL color Cylindrical-coordinate representation of color #9FDB86: hue angle of 102.35º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FDB86 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 134 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.14 |
| HSL | 102.35º | 0.54% | 0.69% | - |
| HSV(B) | 102.35º | 0.39% | 0.86% | - |
| XYZ | 43.93 | 59.76 | 31.77 | - |
| YUV | 191.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 134 | 0.27 | 0 | 0.39 | 0.14 | 102.35 | 0.54 | 0.69 |
| Hex | 9F | DB | 86 | 1B | 0 | 27 | E | 66 | 36 | 45 |
| Octal | 237 | 333 | 206 | 33 | 0 | 47 | 16 | 146 | 66 | 105 |
| Binary | 10011111 | 11011011 | 10000110 | 11011 | 0 | 100111 | 1110 | 1100110 | 110110 | 1000101 |
Color Harmonies of #9FDB86
Complementary color
Monochromatic Colors of #9FDB86
Black with #9FDB86
Text Example
Text Example
White with #9FDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB86; }
p { color: rgb(159,219,134); }
H1.HeaderClassName
{
color: #9FDB86;
}
.AnyTagClassName
{
color: #9FDB86;
}
</style>
background-color css
<style>
a { background-color: #9FDB86; }
a { background-color: rgb(159,219,134); }
div.DivClassName
{
background-color: #9FDB86;
}
.BgClassName
{
background-color: #9FDB86;
}
</style>
border-color css
<style>
span { border-color: #9FDB86; }
span { border-color: rgb(159,219,134); }
td.TdClassName
{
border-color: #9FDB86;
}
.TagClassName
{
border-color: #9FDB86;
}
</style>