Shades of Gossip #8DC476
Tints of Gossip #8DC476
RGB
CMYK
RGB Variations
Color information
#8DC476 (or 0x8DC476) is known color: Gossip. HEX triplet: 8D, C4 and 76. RGB value is (141,196,118). Sum of RGB (Red+Green+Blue) = 141+196+118=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC476 is #723B89. Grayscale: #AAAAAA. Windows color (decimal): -7486346 or 7783565. OLE color: 7783565.
HSL color Cylindrical-coordinate representation of color #8DC476: hue angle of 102.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DC476 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 118 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.23 |
| HSL | 102.31º | 0.4% | 0.62% | - |
| HSV(B) | 102.31º | 0.4% | 0.77% | - |
| XYZ | 33.99 | 46.45 | 24.31 | - |
| YUV | 170.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 118 | 0.28 | 0 | 0.40 | 0.23 | 102.31 | 0.4 | 0.62 |
| Hex | 8D | C4 | 76 | 1C | 0 | 28 | 17 | 66 | 28 | 3E |
| Octal | 215 | 304 | 166 | 34 | 0 | 50 | 27 | 146 | 50 | 76 |
| Binary | 10001101 | 11000100 | 1110110 | 11100 | 0 | 101000 | 10111 | 1100110 | 101000 | 111110 |
Color Harmonies of #8DC476
Complementary color
Monochromatic Colors of #8DC476
Black with #8DC476
Text Example
Text Example
White with #8DC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC476; }
p { color: rgb(141,196,118); }
H1.HeaderClassName
{
color: #8DC476;
}
.AnyTagClassName
{
color: #8DC476;
}
</style>
background-color css
<style>
a { background-color: #8DC476; }
a { background-color: rgb(141,196,118); }
div.DivClassName
{
background-color: #8DC476;
}
.BgClassName
{
background-color: #8DC476;
}
</style>
border-color css
<style>
span { border-color: #8DC476; }
span { border-color: rgb(141,196,118); }
td.TdClassName
{
border-color: #8DC476;
}
.TagClassName
{
border-color: #8DC476;
}
</style>