Shades of Gossip #97C187
Tints of Gossip #97C187
RGB
CMYK
RGB Variations
Color information
#97C187 (or 0x97C187) is known color: Gossip. HEX triplet: 97, C1 and 87. RGB value is (151,193,135). Sum of RGB (Red+Green+Blue) = 151+193+135=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #97C187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C187 is #683E78. Grayscale: #AEAEAE. Windows color (decimal): -6831737 or 8896919. OLE color: 8896919.
HSL color Cylindrical-coordinate representation of color #97C187: hue angle of 103.45º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97C187 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 135 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.24 |
| HSL | 103.45º | 0.32% | 0.64% | - |
| HSV(B) | 103.45º | 0.3% | 0.76% | - |
| XYZ | 36.21 | 46.47 | 29.98 | - |
| YUV | 173.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 135 | 0.22 | 0 | 0.30 | 0.24 | 103.45 | 0.32 | 0.64 |
| Hex | 97 | C1 | 87 | 16 | 0 | 1E | 18 | 67 | 20 | 40 |
| Octal | 227 | 301 | 207 | 26 | 0 | 36 | 30 | 147 | 40 | 100 |
| Binary | 10010111 | 11000001 | 10000111 | 10110 | 0 | 11110 | 11000 | 1100111 | 100000 | 1000000 |
Color Harmonies of #97C187
Complementary color
Monochromatic Colors of #97C187
Black with #97C187
Text Example
Text Example
White with #97C187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C187; }
p { color: rgb(151,193,135); }
H1.HeaderClassName
{
color: #97C187;
}
.AnyTagClassName
{
color: #97C187;
}
</style>
background-color css
<style>
a { background-color: #97C187; }
a { background-color: rgb(151,193,135); }
div.DivClassName
{
background-color: #97C187;
}
.BgClassName
{
background-color: #97C187;
}
</style>
border-color css
<style>
span { border-color: #97C187; }
span { border-color: rgb(151,193,135); }
td.TdClassName
{
border-color: #97C187;
}
.TagClassName
{
border-color: #97C187;
}
</style>