Shades of Gossip #9CDE84
Tints of Gossip #9CDE84
RGB
CMYK
RGB Variations
Color information
#9CDE84 (or 0x9CDE84) is known color: Gossip. HEX triplet: 9C, DE and 84. RGB value is (156,222,132). Sum of RGB (Red+Green+Blue) = 156+222+132=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDE84 is #63217B. Grayscale: #C0C0C0. Windows color (decimal): -6496636 or 8707740. OLE color: 8707740.
HSL color Cylindrical-coordinate representation of color #9CDE84: hue angle of 104º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CDE84 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 132 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.13 |
| HSL | 104º | 0.58% | 0.69% | - |
| HSV(B) | 104º | 0.41% | 0.87% | - |
| XYZ | 44 | 60.98 | 31.28 | - |
| YUV | 192.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 132 | 0.30 | 0 | 0.41 | 0.13 | 104 | 0.58 | 0.69 |
| Hex | 9C | DE | 84 | 1E | 0 | 29 | D | 68 | 3A | 45 |
| Octal | 234 | 336 | 204 | 36 | 0 | 51 | 15 | 150 | 72 | 105 |
| Binary | 10011100 | 11011110 | 10000100 | 11110 | 0 | 101001 | 1101 | 1101000 | 111010 | 1000101 |
Color Harmonies of #9CDE84
Complementary color
Monochromatic Colors of #9CDE84
Black with #9CDE84
Text Example
Text Example
White with #9CDE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDE84; }
p { color: rgb(156,222,132); }
H1.HeaderClassName
{
color: #9CDE84;
}
.AnyTagClassName
{
color: #9CDE84;
}
</style>
background-color css
<style>
a { background-color: #9CDE84; }
a { background-color: rgb(156,222,132); }
div.DivClassName
{
background-color: #9CDE84;
}
.BgClassName
{
background-color: #9CDE84;
}
</style>
border-color css
<style>
span { border-color: #9CDE84; }
span { border-color: rgb(156,222,132); }
td.TdClassName
{
border-color: #9CDE84;
}
.TagClassName
{
border-color: #9CDE84;
}
</style>