Shades of Gossip #97C683
Tints of Gossip #97C683
RGB
CMYK
RGB Variations
Color information
#97C683 (or 0x97C683) is known color: Gossip. HEX triplet: 97, C6 and 83. RGB value is (151,198,131). Sum of RGB (Red+Green+Blue) = 151+198+131=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #97C683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C683 is #68397C. Grayscale: #B0B0B0. Windows color (decimal): -6830461 or 8636055. OLE color: 8636055.
HSL color Cylindrical-coordinate representation of color #97C683: hue angle of 102.09º 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 #97C683 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 198 | 131 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.22 |
| HSL | 102.09º | 0.37% | 0.65% | - |
| HSV(B) | 102.09º | 0.34% | 0.78% | - |
| XYZ | 37.05 | 48.61 | 28.9 | - |
| YUV | 176.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 198 | 131 | 0.24 | 0 | 0.34 | 0.22 | 102.09 | 0.37 | 0.65 |
| Hex | 97 | C6 | 83 | 18 | 0 | 22 | 16 | 66 | 25 | 41 |
| Octal | 227 | 306 | 203 | 30 | 0 | 42 | 26 | 146 | 45 | 101 |
| Binary | 10010111 | 11000110 | 10000011 | 11000 | 0 | 100010 | 10110 | 1100110 | 100101 | 1000001 |
Color Harmonies of #97C683
Complementary color
Monochromatic Colors of #97C683
Black with #97C683
Text Example
Text Example
White with #97C683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C683; }
p { color: rgb(151,198,131); }
H1.HeaderClassName
{
color: #97C683;
}
.AnyTagClassName
{
color: #97C683;
}
</style>
background-color css
<style>
a { background-color: #97C683; }
a { background-color: rgb(151,198,131); }
div.DivClassName
{
background-color: #97C683;
}
.BgClassName
{
background-color: #97C683;
}
</style>
border-color css
<style>
span { border-color: #97C683; }
span { border-color: rgb(151,198,131); }
td.TdClassName
{
border-color: #97C683;
}
.TagClassName
{
border-color: #97C683;
}
</style>