Shades of Gossip #9BDE76
Tints of Gossip #9BDE76
RGB
CMYK
RGB Variations
Color information
#9BDE76 (or 0x9BDE76) is known color: Gossip. HEX triplet: 9B, DE and 76. RGB value is (155,222,118). Sum of RGB (Red+Green+Blue) = 155+222+118=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDE76 is #642189. Grayscale: #BEBEBE. Windows color (decimal): -6562186 or 7790235. OLE color: 7790235.
HSL color Cylindrical-coordinate representation of color #9BDE76: hue angle of 98.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BDE76 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 118 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.13 |
| HSL | 98.65º | 0.61% | 0.67% | - |
| HSV(B) | 98.65º | 0.47% | 0.87% | - |
| XYZ | 42.91 | 60.52 | 26.56 | - |
| YUV | 190.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 118 | 0.30 | 0 | 0.47 | 0.13 | 98.65 | 0.61 | 0.67 |
| Hex | 9B | DE | 76 | 1E | 0 | 2F | D | 63 | 3D | 43 |
| Octal | 233 | 336 | 166 | 36 | 0 | 57 | 15 | 143 | 75 | 103 |
| Binary | 10011011 | 11011110 | 1110110 | 11110 | 0 | 101111 | 1101 | 1100011 | 111101 | 1000011 |
Color Harmonies of #9BDE76
Complementary color
Monochromatic Colors of #9BDE76
Black with #9BDE76
Text Example
Text Example
White with #9BDE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDE76; }
p { color: rgb(155,222,118); }
H1.HeaderClassName
{
color: #9BDE76;
}
.AnyTagClassName
{
color: #9BDE76;
}
</style>
background-color css
<style>
a { background-color: #9BDE76; }
a { background-color: rgb(155,222,118); }
div.DivClassName
{
background-color: #9BDE76;
}
.BgClassName
{
background-color: #9BDE76;
}
</style>
border-color css
<style>
span { border-color: #9BDE76; }
span { border-color: rgb(155,222,118); }
td.TdClassName
{
border-color: #9BDE76;
}
.TagClassName
{
border-color: #9BDE76;
}
</style>