Shades of Gossip #97C082
Tints of Gossip #97C082
RGB
CMYK
RGB Variations
Color information
#97C082 (or 0x97C082) is known color: Gossip. HEX triplet: 97, C0 and 82. RGB value is (151,192,130). Sum of RGB (Red+Green+Blue) = 151+192+130=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #97C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C082 is #683F7D. Grayscale: #ACACAC. Windows color (decimal): -6831998 or 8568983. OLE color: 8568983.
HSL color Cylindrical-coordinate representation of color #97C082: hue angle of 99.68º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97C082 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 130 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.25 |
| HSL | 99.68º | 0.33% | 0.63% | - |
| HSV(B) | 99.68º | 0.32% | 0.75% | - |
| XYZ | 35.64 | 45.89 | 28.1 | - |
| YUV | 172.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 130 | 0.21 | 0 | 0.32 | 0.25 | 99.68 | 0.33 | 0.63 |
| Hex | 97 | C0 | 82 | 15 | 0 | 20 | 19 | 64 | 21 | 3F |
| Octal | 227 | 300 | 202 | 25 | 0 | 40 | 31 | 144 | 41 | 77 |
| Binary | 10010111 | 11000000 | 10000010 | 10101 | 0 | 100000 | 11001 | 1100100 | 100001 | 111111 |
Color Harmonies of #97C082
Complementary color
Monochromatic Colors of #97C082
Black with #97C082
Text Example
Text Example
White with #97C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C082; }
p { color: rgb(151,192,130); }
H1.HeaderClassName
{
color: #97C082;
}
.AnyTagClassName
{
color: #97C082;
}
</style>
background-color css
<style>
a { background-color: #97C082; }
a { background-color: rgb(151,192,130); }
div.DivClassName
{
background-color: #97C082;
}
.BgClassName
{
background-color: #97C082;
}
</style>
border-color css
<style>
span { border-color: #97C082; }
span { border-color: rgb(151,192,130); }
td.TdClassName
{
border-color: #97C082;
}
.TagClassName
{
border-color: #97C082;
}
</style>