Shades of Gossip #9BDD76
Tints of Gossip #9BDD76
RGB
CMYK
RGB Variations
Color information
#9BDD76 (or 0x9BDD76) is known color: Gossip. HEX triplet: 9B, DD and 76. RGB value is (155,221,118). Sum of RGB (Red+Green+Blue) = 155+221+118=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD76 is #642289. Grayscale: #BDBDBD. Windows color (decimal): -6562442 or 7789979. OLE color: 7789979.
HSL color Cylindrical-coordinate representation of color #9BDD76: hue angle of 98.45º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BDD76 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 118 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.13 |
| HSL | 98.45º | 0.6% | 0.66% | - |
| HSV(B) | 98.45º | 0.47% | 0.87% | - |
| XYZ | 42.64 | 59.99 | 26.47 | - |
| YUV | 189.52 | 87.63 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 118 | 0.30 | 0 | 0.47 | 0.13 | 98.45 | 0.6 | 0.66 |
| Hex | 9B | DD | 76 | 1E | 0 | 2F | D | 62 | 3C | 42 |
| Octal | 233 | 335 | 166 | 36 | 0 | 57 | 15 | 142 | 74 | 102 |
| Binary | 10011011 | 11011101 | 1110110 | 11110 | 0 | 101111 | 1101 | 1100010 | 111100 | 1000010 |
Color Harmonies of #9BDD76
Complementary color
Monochromatic Colors of #9BDD76
Black with #9BDD76
Text Example
Text Example
White with #9BDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD76; }
p { color: rgb(155,221,118); }
H1.HeaderClassName
{
color: #9BDD76;
}
.AnyTagClassName
{
color: #9BDD76;
}
</style>
background-color css
<style>
a { background-color: #9BDD76; }
a { background-color: rgb(155,221,118); }
div.DivClassName
{
background-color: #9BDD76;
}
.BgClassName
{
background-color: #9BDD76;
}
</style>
border-color css
<style>
span { border-color: #9BDD76; }
span { border-color: rgb(155,221,118); }
td.TdClassName
{
border-color: #9BDD76;
}
.TagClassName
{
border-color: #9BDD76;
}
</style>