Shades of Gossip #9CDA73
Tints of Gossip #9CDA73
RGB
CMYK
RGB Variations
Color information
#9CDA73 (or 0x9CDA73) is known color: Gossip. HEX triplet: 9C, DA and 73. RGB value is (156,218,115). Sum of RGB (Red+Green+Blue) = 156+218+115=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA73 is #63258C. Grayscale: #BCBCBC. Windows color (decimal): -6497677 or 7592604. OLE color: 7592604.
HSL color Cylindrical-coordinate representation of color #9CDA73: hue angle of 96.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CDA73 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 115 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.15 |
| HSL | 96.12º | 0.58% | 0.65% | - |
| HSV(B) | 96.12º | 0.47% | 0.85% | - |
| XYZ | 41.88 | 58.45 | 25.29 | - |
| YUV | 187.72 | 86.96 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 115 | 0.28 | 0 | 0.47 | 0.15 | 96.12 | 0.58 | 0.65 |
| Hex | 9C | DA | 73 | 1C | 0 | 2F | F | 60 | 3A | 41 |
| Octal | 234 | 332 | 163 | 34 | 0 | 57 | 17 | 140 | 72 | 101 |
| Binary | 10011100 | 11011010 | 1110011 | 11100 | 0 | 101111 | 1111 | 1100000 | 111010 | 1000001 |
Color Harmonies of #9CDA73
Complementary color
Monochromatic Colors of #9CDA73
Black with #9CDA73
Text Example
Text Example
White with #9CDA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA73; }
p { color: rgb(156,218,115); }
H1.HeaderClassName
{
color: #9CDA73;
}
.AnyTagClassName
{
color: #9CDA73;
}
</style>
background-color css
<style>
a { background-color: #9CDA73; }
a { background-color: rgb(156,218,115); }
div.DivClassName
{
background-color: #9CDA73;
}
.BgClassName
{
background-color: #9CDA73;
}
</style>
border-color css
<style>
span { border-color: #9CDA73; }
span { border-color: rgb(156,218,115); }
td.TdClassName
{
border-color: #9CDA73;
}
.TagClassName
{
border-color: #9CDA73;
}
</style>