Shades of Gossip #97C784
Tints of Gossip #97C784
RGB
CMYK
RGB Variations
Color information
#97C784 (or 0x97C784) is known color: Gossip. HEX triplet: 97, C7 and 84. RGB value is (151,199,132). Sum of RGB (Red+Green+Blue) = 151+199+132=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #97C784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C784 is #68387B. Grayscale: #B1B1B1. Windows color (decimal): -6830204 or 8701847. OLE color: 8701847.
HSL color Cylindrical-coordinate representation of color #97C784: hue angle of 102.99º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97C784 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 199 | 132 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.22 |
| HSL | 102.99º | 0.37% | 0.65% | - |
| HSV(B) | 102.99º | 0.34% | 0.78% | - |
| XYZ | 37.35 | 49.09 | 29.34 | - |
| YUV | 177.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 199 | 132 | 0.24 | 0 | 0.34 | 0.22 | 102.99 | 0.37 | 0.65 |
| Hex | 97 | C7 | 84 | 18 | 0 | 22 | 16 | 67 | 25 | 41 |
| Octal | 227 | 307 | 204 | 30 | 0 | 42 | 26 | 147 | 45 | 101 |
| Binary | 10010111 | 11000111 | 10000100 | 11000 | 0 | 100010 | 10110 | 1100111 | 100101 | 1000001 |
Color Harmonies of #97C784
Complementary color
Monochromatic Colors of #97C784
Black with #97C784
Text Example
Text Example
White with #97C784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C784; }
p { color: rgb(151,199,132); }
H1.HeaderClassName
{
color: #97C784;
}
.AnyTagClassName
{
color: #97C784;
}
</style>
background-color css
<style>
a { background-color: #97C784; }
a { background-color: rgb(151,199,132); }
div.DivClassName
{
background-color: #97C784;
}
.BgClassName
{
background-color: #97C784;
}
</style>
border-color css
<style>
span { border-color: #97C784; }
span { border-color: rgb(151,199,132); }
td.TdClassName
{
border-color: #97C784;
}
.TagClassName
{
border-color: #97C784;
}
</style>