Shades of Gossip #9CDB7E
Tints of Gossip #9CDB7E
RGB
CMYK
RGB Variations
Color information
#9CDB7E (or 0x9CDB7E) is known color: Gossip. HEX triplet: 9C, DB and 7E. RGB value is (156,219,126). Sum of RGB (Red+Green+Blue) = 156+219+126=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB7E is #632481. Grayscale: #BDBDBD. Windows color (decimal): -6497410 or 8313756. OLE color: 8313756.
HSL color Cylindrical-coordinate representation of color #9CDB7E: hue angle of 100.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CDB7E is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 126 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.14 |
| HSL | 100.65º | 0.56% | 0.68% | - |
| HSV(B) | 100.65º | 0.42% | 0.86% | - |
| XYZ | 42.81 | 59.24 | 28.92 | - |
| YUV | 189.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 126 | 0.29 | 0 | 0.42 | 0.14 | 100.65 | 0.56 | 0.68 |
| Hex | 9C | DB | 7E | 1D | 0 | 2A | E | 65 | 38 | 44 |
| Octal | 234 | 333 | 176 | 35 | 0 | 52 | 16 | 145 | 70 | 104 |
| Binary | 10011100 | 11011011 | 1111110 | 11101 | 0 | 101010 | 1110 | 1100101 | 111000 | 1000100 |
Color Harmonies of #9CDB7E
Complementary color
Monochromatic Colors of #9CDB7E
Black with #9CDB7E
Text Example
Text Example
White with #9CDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB7E; }
p { color: rgb(156,219,126); }
H1.HeaderClassName
{
color: #9CDB7E;
}
.AnyTagClassName
{
color: #9CDB7E;
}
</style>
background-color css
<style>
a { background-color: #9CDB7E; }
a { background-color: rgb(156,219,126); }
div.DivClassName
{
background-color: #9CDB7E;
}
.BgClassName
{
background-color: #9CDB7E;
}
</style>
border-color css
<style>
span { border-color: #9CDB7E; }
span { border-color: rgb(156,219,126); }
td.TdClassName
{
border-color: #9CDB7E;
}
.TagClassName
{
border-color: #9CDB7E;
}
</style>