Shades of Gossip #9CDA77
Tints of Gossip #9CDA77
RGB
CMYK
RGB Variations
Color information
#9CDA77 (or 0x9CDA77) is known color: Gossip. HEX triplet: 9C, DA and 77. RGB value is (156,218,119). Sum of RGB (Red+Green+Blue) = 156+218+119=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA77 is #632588. Grayscale: #BCBCBC. Windows color (decimal): -6497673 or 7854748. OLE color: 7854748.
HSL color Cylindrical-coordinate representation of color #9CDA77: hue angle of 97.58º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CDA77 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 119 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.15 |
| HSL | 97.58º | 0.57% | 0.66% | - |
| HSV(B) | 97.58º | 0.45% | 0.85% | - |
| XYZ | 42.11 | 58.54 | 26.53 | - |
| YUV | 188.18 | 88.96 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 119 | 0.28 | 0 | 0.45 | 0.15 | 97.58 | 0.57 | 0.66 |
| Hex | 9C | DA | 77 | 1C | 0 | 2D | F | 62 | 39 | 42 |
| Octal | 234 | 332 | 167 | 34 | 0 | 55 | 17 | 142 | 71 | 102 |
| Binary | 10011100 | 11011010 | 1110111 | 11100 | 0 | 101101 | 1111 | 1100010 | 111001 | 1000010 |
Color Harmonies of #9CDA77
Complementary color
Monochromatic Colors of #9CDA77
Black with #9CDA77
Text Example
Text Example
White with #9CDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA77; }
p { color: rgb(156,218,119); }
H1.HeaderClassName
{
color: #9CDA77;
}
.AnyTagClassName
{
color: #9CDA77;
}
</style>
background-color css
<style>
a { background-color: #9CDA77; }
a { background-color: rgb(156,218,119); }
div.DivClassName
{
background-color: #9CDA77;
}
.BgClassName
{
background-color: #9CDA77;
}
</style>
border-color css
<style>
span { border-color: #9CDA77; }
span { border-color: rgb(156,218,119); }
td.TdClassName
{
border-color: #9CDA77;
}
.TagClassName
{
border-color: #9CDA77;
}
</style>