Shades of Gossip #9BDC77
Tints of Gossip #9BDC77
RGB
CMYK
RGB Variations
Color information
#9BDC77 (or 0x9BDC77) is known color: Gossip. HEX triplet: 9B, DC and 77. RGB value is (155,220,119). Sum of RGB (Red+Green+Blue) = 155+220+119=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC77 is #642388. Grayscale: #BDBDBD. Windows color (decimal): -6562697 or 7855259. OLE color: 7855259.
HSL color Cylindrical-coordinate representation of color #9BDC77: hue angle of 98.61º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BDC77 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 119 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.14 |
| HSL | 98.61º | 0.59% | 0.66% | - |
| HSV(B) | 98.61º | 0.46% | 0.86% | - |
| XYZ | 42.44 | 59.49 | 26.7 | - |
| YUV | 189.05 | 88.47 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 119 | 0.30 | 0 | 0.46 | 0.14 | 98.61 | 0.59 | 0.66 |
| Hex | 9B | DC | 77 | 1E | 0 | 2E | E | 63 | 3B | 42 |
| Octal | 233 | 334 | 167 | 36 | 0 | 56 | 16 | 143 | 73 | 102 |
| Binary | 10011011 | 11011100 | 1110111 | 11110 | 0 | 101110 | 1110 | 1100011 | 111011 | 1000010 |
Color Harmonies of #9BDC77
Complementary color
Monochromatic Colors of #9BDC77
Black with #9BDC77
Text Example
Text Example
White with #9BDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC77; }
p { color: rgb(155,220,119); }
H1.HeaderClassName
{
color: #9BDC77;
}
.AnyTagClassName
{
color: #9BDC77;
}
</style>
background-color css
<style>
a { background-color: #9BDC77; }
a { background-color: rgb(155,220,119); }
div.DivClassName
{
background-color: #9BDC77;
}
.BgClassName
{
background-color: #9BDC77;
}
</style>
border-color css
<style>
span { border-color: #9BDC77; }
span { border-color: rgb(155,220,119); }
td.TdClassName
{
border-color: #9BDC77;
}
.TagClassName
{
border-color: #9BDC77;
}
</style>