Shades of Gossip #9BD786
Tints of Gossip #9BD786
RGB
CMYK
RGB Variations
Color information
#9BD786 (or 0x9BD786) is known color: Gossip. HEX triplet: 9B, D7 and 86. RGB value is (155,215,134). Sum of RGB (Red+Green+Blue) = 155+215+134=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD786 is #642879. Grayscale: #BCBCBC. Windows color (decimal): -6563962 or 8837019. OLE color: 8837019.
HSL color Cylindrical-coordinate representation of color #9BD786: hue angle of 104.44º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BD786 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 134 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.16 |
| HSL | 104.44º | 0.5% | 0.68% | - |
| HSV(B) | 104.44º | 0.38% | 0.84% | - |
| XYZ | 42.12 | 57.29 | 31.39 | - |
| YUV | 187.83 | 97.62 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 134 | 0.28 | 0 | 0.38 | 0.16 | 104.44 | 0.5 | 0.68 |
| Hex | 9B | D7 | 86 | 1C | 0 | 26 | 10 | 68 | 32 | 44 |
| Octal | 233 | 327 | 206 | 34 | 0 | 46 | 20 | 150 | 62 | 104 |
| Binary | 10011011 | 11010111 | 10000110 | 11100 | 0 | 100110 | 10000 | 1101000 | 110010 | 1000100 |
Color Harmonies of #9BD786
Complementary color
Monochromatic Colors of #9BD786
Black with #9BD786
Text Example
Text Example
White with #9BD786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD786; }
p { color: rgb(155,215,134); }
H1.HeaderClassName
{
color: #9BD786;
}
.AnyTagClassName
{
color: #9BD786;
}
</style>
background-color css
<style>
a { background-color: #9BD786; }
a { background-color: rgb(155,215,134); }
div.DivClassName
{
background-color: #9BD786;
}
.BgClassName
{
background-color: #9BD786;
}
</style>
border-color css
<style>
span { border-color: #9BD786; }
span { border-color: rgb(155,215,134); }
td.TdClassName
{
border-color: #9BD786;
}
.TagClassName
{
border-color: #9BD786;
}
</style>