Shades of Gossip #97C97E
Tints of Gossip #97C97E
RGB
CMYK
RGB Variations
Color information
#97C97E (or 0x97C97E) is known color: Gossip. HEX triplet: 97, C9 and 7E. RGB value is (151,201,126). Sum of RGB (Red+Green+Blue) = 151+201+126=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #97C97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C97E is #683681. Grayscale: #B1B1B1. Windows color (decimal): -6829698 or 8309143. OLE color: 8309143.
HSL color Cylindrical-coordinate representation of color #97C97E: hue angle of 100º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97C97E is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 126 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.21 |
| HSL | 100º | 0.41% | 0.64% | - |
| HSV(B) | 100º | 0.37% | 0.79% | - |
| XYZ | 37.42 | 49.86 | 27.39 | - |
| YUV | 177.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 126 | 0.25 | 0 | 0.37 | 0.21 | 100 | 0.41 | 0.64 |
| Hex | 97 | C9 | 7E | 19 | 0 | 25 | 15 | 64 | 29 | 40 |
| Octal | 227 | 311 | 176 | 31 | 0 | 45 | 25 | 144 | 51 | 100 |
| Binary | 10010111 | 11001001 | 1111110 | 11001 | 0 | 100101 | 10101 | 1100100 | 101001 | 1000000 |
Color Harmonies of #97C97E
Complementary color
Monochromatic Colors of #97C97E
Black with #97C97E
Text Example
Text Example
White with #97C97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C97E; }
p { color: rgb(151,201,126); }
H1.HeaderClassName
{
color: #97C97E;
}
.AnyTagClassName
{
color: #97C97E;
}
</style>
background-color css
<style>
a { background-color: #97C97E; }
a { background-color: rgb(151,201,126); }
div.DivClassName
{
background-color: #97C97E;
}
.BgClassName
{
background-color: #97C97E;
}
</style>
border-color css
<style>
span { border-color: #97C97E; }
span { border-color: rgb(151,201,126); }
td.TdClassName
{
border-color: #97C97E;
}
.TagClassName
{
border-color: #97C97E;
}
</style>