Shades of Gossip #97C986
Tints of Gossip #97C986
RGB
CMYK
RGB Variations
Color information
#97C986 (or 0x97C986) is known color: Gossip. HEX triplet: 97, C9 and 86. RGB value is (151,201,134). Sum of RGB (Red+Green+Blue) = 151+201+134=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #97C986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C986 is #683679. Grayscale: #B2B2B2. Windows color (decimal): -6829690 or 8833431. OLE color: 8833431.
HSL color Cylindrical-coordinate representation of color #97C986: hue angle of 104.78º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97C986 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 134 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.21 |
| HSL | 104.78º | 0.38% | 0.66% | - |
| HSV(B) | 104.78º | 0.33% | 0.79% | - |
| XYZ | 37.95 | 50.07 | 30.22 | - |
| YUV | 178.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 134 | 0.25 | 0 | 0.33 | 0.21 | 104.78 | 0.38 | 0.66 |
| Hex | 97 | C9 | 86 | 19 | 0 | 21 | 15 | 69 | 26 | 42 |
| Octal | 227 | 311 | 206 | 31 | 0 | 41 | 25 | 151 | 46 | 102 |
| Binary | 10010111 | 11001001 | 10000110 | 11001 | 0 | 100001 | 10101 | 1101001 | 100110 | 1000010 |
Color Harmonies of #97C986
Complementary color
Monochromatic Colors of #97C986
Black with #97C986
Text Example
Text Example
White with #97C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C986; }
p { color: rgb(151,201,134); }
H1.HeaderClassName
{
color: #97C986;
}
.AnyTagClassName
{
color: #97C986;
}
</style>
background-color css
<style>
a { background-color: #97C986; }
a { background-color: rgb(151,201,134); }
div.DivClassName
{
background-color: #97C986;
}
.BgClassName
{
background-color: #97C986;
}
</style>
border-color css
<style>
span { border-color: #97C986; }
span { border-color: rgb(151,201,134); }
td.TdClassName
{
border-color: #97C986;
}
.TagClassName
{
border-color: #97C986;
}
</style>