Shades of Gossip #9CD378
Tints of Gossip #9CD378
RGB
CMYK
RGB Variations
Color information
#9CD378 (or 0x9CD378) is known color: Gossip. HEX triplet: 9C, D3 and 78. RGB value is (156,211,120). Sum of RGB (Red+Green+Blue) = 156+211+120=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #9CD378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD378 is #632C87. Grayscale: #B8B8B8. Windows color (decimal): -6499464 or 7918492. OLE color: 7918492.
HSL color Cylindrical-coordinate representation of color #9CD378: hue angle of 96.26º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CD378 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 211 | 120 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.17 |
| HSL | 96.26º | 0.51% | 0.65% | - |
| HSV(B) | 96.26º | 0.43% | 0.83% | - |
| XYZ | 40.39 | 55.01 | 26.26 | - |
| YUV | 184.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 211 | 120 | 0.26 | 0 | 0.43 | 0.17 | 96.26 | 0.51 | 0.65 |
| Hex | 9C | D3 | 78 | 1A | 0 | 2B | 11 | 60 | 33 | 41 |
| Octal | 234 | 323 | 170 | 32 | 0 | 53 | 21 | 140 | 63 | 101 |
| Binary | 10011100 | 11010011 | 1111000 | 11010 | 0 | 101011 | 10001 | 1100000 | 110011 | 1000001 |
Color Harmonies of #9CD378
Complementary color
Monochromatic Colors of #9CD378
Black with #9CD378
Text Example
Text Example
White with #9CD378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD378; }
p { color: rgb(156,211,120); }
H1.HeaderClassName
{
color: #9CD378;
}
.AnyTagClassName
{
color: #9CD378;
}
</style>
background-color css
<style>
a { background-color: #9CD378; }
a { background-color: rgb(156,211,120); }
div.DivClassName
{
background-color: #9CD378;
}
.BgClassName
{
background-color: #9CD378;
}
</style>
border-color css
<style>
span { border-color: #9CD378; }
span { border-color: rgb(156,211,120); }
td.TdClassName
{
border-color: #9CD378;
}
.TagClassName
{
border-color: #9CD378;
}
</style>