Shades of Gossip #9CDC84
Tints of Gossip #9CDC84
RGB
CMYK
RGB Variations
Color information
#9CDC84 (or 0x9CDC84) is known color: Gossip. HEX triplet: 9C, DC and 84. RGB value is (156,220,132). Sum of RGB (Red+Green+Blue) = 156+220+132=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDC84 is #63237B. Grayscale: #BFBFBF. Windows color (decimal): -6497148 or 8707228. OLE color: 8707228.
HSL color Cylindrical-coordinate representation of color #9CDC84: hue angle of 103.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CDC84 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 132 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.14 |
| HSL | 103.64º | 0.56% | 0.69% | - |
| HSV(B) | 103.64º | 0.4% | 0.86% | - |
| XYZ | 43.47 | 59.92 | 31.1 | - |
| YUV | 190.83 | 94.8 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 132 | 0.29 | 0 | 0.40 | 0.14 | 103.64 | 0.56 | 0.69 |
| Hex | 9C | DC | 84 | 1D | 0 | 28 | E | 68 | 38 | 45 |
| Octal | 234 | 334 | 204 | 35 | 0 | 50 | 16 | 150 | 70 | 105 |
| Binary | 10011100 | 11011100 | 10000100 | 11101 | 0 | 101000 | 1110 | 1101000 | 111000 | 1000101 |
Color Harmonies of #9CDC84
Complementary color
Monochromatic Colors of #9CDC84
Black with #9CDC84
Text Example
Text Example
White with #9CDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC84; }
p { color: rgb(156,220,132); }
H1.HeaderClassName
{
color: #9CDC84;
}
.AnyTagClassName
{
color: #9CDC84;
}
</style>
background-color css
<style>
a { background-color: #9CDC84; }
a { background-color: rgb(156,220,132); }
div.DivClassName
{
background-color: #9CDC84;
}
.BgClassName
{
background-color: #9CDC84;
}
</style>
border-color css
<style>
span { border-color: #9CDC84; }
span { border-color: rgb(156,220,132); }
td.TdClassName
{
border-color: #9CDC84;
}
.TagClassName
{
border-color: #9CDC84;
}
</style>