Shades of Gossip #9CDA76
Tints of Gossip #9CDA76
RGB
CMYK
RGB Variations
Color information
#9CDA76 (or 0x9CDA76) is known color: Gossip. HEX triplet: 9C, DA and 76. RGB value is (156,218,118). Sum of RGB (Red+Green+Blue) = 156+218+118=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA76 is #632589. Grayscale: #BCBCBC. Windows color (decimal): -6497674 or 7789212. OLE color: 7789212.
HSL color Cylindrical-coordinate representation of color #9CDA76: hue angle of 97.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CDA76 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 118 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.15 |
| HSL | 97.2º | 0.57% | 0.66% | - |
| HSV(B) | 97.2º | 0.46% | 0.85% | - |
| XYZ | 42.05 | 58.52 | 26.22 | - |
| YUV | 188.06 | 88.46 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 118 | 0.28 | 0 | 0.46 | 0.15 | 97.2 | 0.57 | 0.66 |
| Hex | 9C | DA | 76 | 1C | 0 | 2E | F | 61 | 39 | 42 |
| Octal | 234 | 332 | 166 | 34 | 0 | 56 | 17 | 141 | 71 | 102 |
| Binary | 10011100 | 11011010 | 1110110 | 11100 | 0 | 101110 | 1111 | 1100001 | 111001 | 1000010 |
Color Harmonies of #9CDA76
Complementary color
Monochromatic Colors of #9CDA76
Black with #9CDA76
Text Example
Text Example
White with #9CDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA76; }
p { color: rgb(156,218,118); }
H1.HeaderClassName
{
color: #9CDA76;
}
.AnyTagClassName
{
color: #9CDA76;
}
</style>
background-color css
<style>
a { background-color: #9CDA76; }
a { background-color: rgb(156,218,118); }
div.DivClassName
{
background-color: #9CDA76;
}
.BgClassName
{
background-color: #9CDA76;
}
</style>
border-color css
<style>
span { border-color: #9CDA76; }
span { border-color: rgb(156,218,118); }
td.TdClassName
{
border-color: #9CDA76;
}
.TagClassName
{
border-color: #9CDA76;
}
</style>