Shades of Gossip #97C976
Tints of Gossip #97C976
RGB
CMYK
RGB Variations
Color information
#97C976 (or 0x97C976) is known color: Gossip. HEX triplet: 97, C9 and 76. RGB value is (151,201,118). Sum of RGB (Red+Green+Blue) = 151+201+118=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #97C976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C976 is #683689. Grayscale: #B0B0B0. Windows color (decimal): -6829706 or 7784855. OLE color: 7784855.
HSL color Cylindrical-coordinate representation of color #97C976: hue angle of 96.14º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97C976 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 118 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.21 |
| HSL | 96.14º | 0.43% | 0.63% | - |
| HSV(B) | 96.14º | 0.41% | 0.79% | - |
| XYZ | 36.92 | 49.66 | 24.78 | - |
| YUV | 176.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 118 | 0.25 | 0 | 0.41 | 0.21 | 96.14 | 0.43 | 0.63 |
| Hex | 97 | C9 | 76 | 19 | 0 | 29 | 15 | 60 | 2B | 3F |
| Octal | 227 | 311 | 166 | 31 | 0 | 51 | 25 | 140 | 53 | 77 |
| Binary | 10010111 | 11001001 | 1110110 | 11001 | 0 | 101001 | 10101 | 1100000 | 101011 | 111111 |
Color Harmonies of #97C976
Complementary color
Monochromatic Colors of #97C976
Black with #97C976
Text Example
Text Example
White with #97C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C976; }
p { color: rgb(151,201,118); }
H1.HeaderClassName
{
color: #97C976;
}
.AnyTagClassName
{
color: #97C976;
}
</style>
background-color css
<style>
a { background-color: #97C976; }
a { background-color: rgb(151,201,118); }
div.DivClassName
{
background-color: #97C976;
}
.BgClassName
{
background-color: #97C976;
}
</style>
border-color css
<style>
span { border-color: #97C976; }
span { border-color: rgb(151,201,118); }
td.TdClassName
{
border-color: #97C976;
}
.TagClassName
{
border-color: #97C976;
}
</style>