Shades of Gossip #97C984
Tints of Gossip #97C984
RGB
CMYK
RGB Variations
Color information
#97C984 (or 0x97C984) is known color: Gossip. HEX triplet: 97, C9 and 84. RGB value is (151,201,132). Sum of RGB (Red+Green+Blue) = 151+201+132=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #97C984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C984 is #68367B. Grayscale: #B2B2B2. Windows color (decimal): -6829692 or 8702359. OLE color: 8702359.
HSL color Cylindrical-coordinate representation of color #97C984: hue angle of 103.48º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97C984 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 132 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.21 |
| HSL | 103.48º | 0.39% | 0.65% | - |
| HSV(B) | 103.48º | 0.34% | 0.79% | - |
| XYZ | 37.81 | 50.02 | 29.49 | - |
| YUV | 178.18 | 101.94 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 132 | 0.25 | 0 | 0.34 | 0.21 | 103.48 | 0.39 | 0.65 |
| Hex | 97 | C9 | 84 | 19 | 0 | 22 | 15 | 67 | 27 | 41 |
| Octal | 227 | 311 | 204 | 31 | 0 | 42 | 25 | 147 | 47 | 101 |
| Binary | 10010111 | 11001001 | 10000100 | 11001 | 0 | 100010 | 10101 | 1100111 | 100111 | 1000001 |
Color Harmonies of #97C984
Complementary color
Monochromatic Colors of #97C984
Black with #97C984
Text Example
Text Example
White with #97C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C984; }
p { color: rgb(151,201,132); }
H1.HeaderClassName
{
color: #97C984;
}
.AnyTagClassName
{
color: #97C984;
}
</style>
background-color css
<style>
a { background-color: #97C984; }
a { background-color: rgb(151,201,132); }
div.DivClassName
{
background-color: #97C984;
}
.BgClassName
{
background-color: #97C984;
}
</style>
border-color css
<style>
span { border-color: #97C984; }
span { border-color: rgb(151,201,132); }
td.TdClassName
{
border-color: #97C984;
}
.TagClassName
{
border-color: #97C984;
}
</style>