Shades of Gossip #9DC67C
Tints of Gossip #9DC67C
RGB
CMYK
RGB Variations
Color information
#9DC67C (or 0x9DC67C) is known color: Gossip. HEX triplet: 9D, C6 and 7C. RGB value is (157,198,124). Sum of RGB (Red+Green+Blue) = 157+198+124=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC67C is #623983. Grayscale: #B1B1B1. Windows color (decimal): -6437252 or 8177309. OLE color: 8177309.
HSL color Cylindrical-coordinate representation of color #9DC67C: hue angle of 93.24º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DC67C is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 124 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.22 |
| HSL | 93.24º | 0.39% | 0.63% | - |
| HSV(B) | 93.24º | 0.37% | 0.78% | - |
| XYZ | 37.74 | 49.01 | 26.54 | - |
| YUV | 177.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 124 | 0.21 | 0 | 0.37 | 0.22 | 93.24 | 0.39 | 0.63 |
| Hex | 9D | C6 | 7C | 15 | 0 | 25 | 16 | 5D | 27 | 3F |
| Octal | 235 | 306 | 174 | 25 | 0 | 45 | 26 | 135 | 47 | 77 |
| Binary | 10011101 | 11000110 | 1111100 | 10101 | 0 | 100101 | 10110 | 1011101 | 100111 | 111111 |
Color Harmonies of #9DC67C
Complementary color
Monochromatic Colors of #9DC67C
Black with #9DC67C
Text Example
Text Example
White with #9DC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC67C; }
p { color: rgb(157,198,124); }
H1.HeaderClassName
{
color: #9DC67C;
}
.AnyTagClassName
{
color: #9DC67C;
}
</style>
background-color css
<style>
a { background-color: #9DC67C; }
a { background-color: rgb(157,198,124); }
div.DivClassName
{
background-color: #9DC67C;
}
.BgClassName
{
background-color: #9DC67C;
}
</style>
border-color css
<style>
span { border-color: #9DC67C; }
span { border-color: rgb(157,198,124); }
td.TdClassName
{
border-color: #9DC67C;
}
.TagClassName
{
border-color: #9DC67C;
}
</style>