Shades of Gossip #9DCC7C
Tints of Gossip #9DCC7C
RGB
CMYK
RGB Variations
Color information
#9DCC7C (or 0x9DCC7C) is known color: Gossip. HEX triplet: 9D, CC and 7C. RGB value is (157,204,124). Sum of RGB (Red+Green+Blue) = 157+204+124=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC7C is #623383. Grayscale: #B5B5B5. Windows color (decimal): -6435716 or 8178845. OLE color: 8178845.
HSL color Cylindrical-coordinate representation of color #9DCC7C: hue angle of 95.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DCC7C is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 124 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.2 |
| HSL | 95.25º | 0.44% | 0.64% | - |
| HSV(B) | 95.25º | 0.39% | 0.8% | - |
| XYZ | 39.14 | 51.81 | 27.01 | - |
| YUV | 180.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 124 | 0.23 | 0 | 0.39 | 0.2 | 95.25 | 0.44 | 0.64 |
| Hex | 9D | CC | 7C | 17 | 0 | 27 | 14 | 5F | 2C | 40 |
| Octal | 235 | 314 | 174 | 27 | 0 | 47 | 24 | 137 | 54 | 100 |
| Binary | 10011101 | 11001100 | 1111100 | 10111 | 0 | 100111 | 10100 | 1011111 | 101100 | 1000000 |
Color Harmonies of #9DCC7C
Complementary color
Monochromatic Colors of #9DCC7C
Black with #9DCC7C
Text Example
Text Example
White with #9DCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC7C; }
p { color: rgb(157,204,124); }
H1.HeaderClassName
{
color: #9DCC7C;
}
.AnyTagClassName
{
color: #9DCC7C;
}
</style>
background-color css
<style>
a { background-color: #9DCC7C; }
a { background-color: rgb(157,204,124); }
div.DivClassName
{
background-color: #9DCC7C;
}
.BgClassName
{
background-color: #9DCC7C;
}
</style>
border-color css
<style>
span { border-color: #9DCC7C; }
span { border-color: rgb(157,204,124); }
td.TdClassName
{
border-color: #9DCC7C;
}
.TagClassName
{
border-color: #9DCC7C;
}
</style>