Shades of Gossip #9CDB7C
Tints of Gossip #9CDB7C
RGB
CMYK
RGB Variations
Color information
#9CDB7C (or 0x9CDB7C) is known color: Gossip. HEX triplet: 9C, DB and 7C. RGB value is (156,219,124). Sum of RGB (Red+Green+Blue) = 156+219+124=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB7C is #632483. Grayscale: #BDBDBD. Windows color (decimal): -6497412 or 8182684. OLE color: 8182684.
HSL color Cylindrical-coordinate representation of color #9CDB7C: hue angle of 99.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CDB7C is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 124 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.14 |
| HSL | 99.79º | 0.57% | 0.67% | - |
| HSV(B) | 99.79º | 0.43% | 0.86% | - |
| XYZ | 42.68 | 59.19 | 28.24 | - |
| YUV | 189.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 124 | 0.29 | 0 | 0.43 | 0.14 | 99.79 | 0.57 | 0.67 |
| Hex | 9C | DB | 7C | 1D | 0 | 2B | E | 64 | 39 | 43 |
| Octal | 234 | 333 | 174 | 35 | 0 | 53 | 16 | 144 | 71 | 103 |
| Binary | 10011100 | 11011011 | 1111100 | 11101 | 0 | 101011 | 1110 | 1100100 | 111001 | 1000011 |
Color Harmonies of #9CDB7C
Complementary color
Monochromatic Colors of #9CDB7C
Black with #9CDB7C
Text Example
Text Example
White with #9CDB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB7C; }
p { color: rgb(156,219,124); }
H1.HeaderClassName
{
color: #9CDB7C;
}
.AnyTagClassName
{
color: #9CDB7C;
}
</style>
background-color css
<style>
a { background-color: #9CDB7C; }
a { background-color: rgb(156,219,124); }
div.DivClassName
{
background-color: #9CDB7C;
}
.BgClassName
{
background-color: #9CDB7C;
}
</style>
border-color css
<style>
span { border-color: #9CDB7C; }
span { border-color: rgb(156,219,124); }
td.TdClassName
{
border-color: #9CDB7C;
}
.TagClassName
{
border-color: #9CDB7C;
}
</style>