Shades of Gossip #97C583
Tints of Gossip #97C583
RGB
CMYK
RGB Variations
Color information
#97C583 (or 0x97C583) is known color: Gossip. HEX triplet: 97, C5 and 83. RGB value is (151,197,131). Sum of RGB (Red+Green+Blue) = 151+197+131=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #97C583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C583 is #683A7C. Grayscale: #AFAFAF. Windows color (decimal): -6830717 or 8635799. OLE color: 8635799.
HSL color Cylindrical-coordinate representation of color #97C583: hue angle of 101.82º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97C583 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 131 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.23 |
| HSL | 101.82º | 0.36% | 0.64% | - |
| HSV(B) | 101.82º | 0.34% | 0.77% | - |
| XYZ | 36.83 | 48.15 | 28.83 | - |
| YUV | 175.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 131 | 0.23 | 0 | 0.34 | 0.23 | 101.82 | 0.36 | 0.64 |
| Hex | 97 | C5 | 83 | 17 | 0 | 22 | 17 | 66 | 24 | 40 |
| Octal | 227 | 305 | 203 | 27 | 0 | 42 | 27 | 146 | 44 | 100 |
| Binary | 10010111 | 11000101 | 10000011 | 10111 | 0 | 100010 | 10111 | 1100110 | 100100 | 1000000 |
Color Harmonies of #97C583
Complementary color
Monochromatic Colors of #97C583
Black with #97C583
Text Example
Text Example
White with #97C583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C583; }
p { color: rgb(151,197,131); }
H1.HeaderClassName
{
color: #97C583;
}
.AnyTagClassName
{
color: #97C583;
}
</style>
background-color css
<style>
a { background-color: #97C583; }
a { background-color: rgb(151,197,131); }
div.DivClassName
{
background-color: #97C583;
}
.BgClassName
{
background-color: #97C583;
}
</style>
border-color css
<style>
span { border-color: #97C583; }
span { border-color: rgb(151,197,131); }
td.TdClassName
{
border-color: #97C583;
}
.TagClassName
{
border-color: #97C583;
}
</style>