Shades of Gossip #97D289
Tints of Gossip #97D289
RGB
CMYK
RGB Variations
Color information
#97D289 (or 0x97D289) is known color: Gossip. HEX triplet: 97, D2 and 89. RGB value is (151,210,137). Sum of RGB (Red+Green+Blue) = 151+210+137=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #97D289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D289 is #682D76. Grayscale: #B8B8B8. Windows color (decimal): -6827383 or 9032343. OLE color: 9032343.
HSL color Cylindrical-coordinate representation of color #97D289: hue angle of 108.49º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97D289 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 210 | 137 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.18 |
| HSL | 108.49º | 0.45% | 0.68% | - |
| HSV(B) | 108.49º | 0.35% | 0.82% | - |
| XYZ | 40.32 | 54.48 | 32.06 | - |
| YUV | 184.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 137 | 0.28 | 0 | 0.35 | 0.18 | 108.49 | 0.45 | 0.68 |
| Hex | 97 | D2 | 89 | 1C | 0 | 23 | 12 | 6C | 2D | 44 |
| Octal | 227 | 322 | 211 | 34 | 0 | 43 | 22 | 154 | 55 | 104 |
| Binary | 10010111 | 11010010 | 10001001 | 11100 | 0 | 100011 | 10010 | 1101100 | 101101 | 1000100 |
Color Harmonies of #97D289
Complementary color
Monochromatic Colors of #97D289
Black with #97D289
Text Example
Text Example
White with #97D289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D289; }
p { color: rgb(151,210,137); }
H1.HeaderClassName
{
color: #97D289;
}
.AnyTagClassName
{
color: #97D289;
}
</style>
background-color css
<style>
a { background-color: #97D289; }
a { background-color: rgb(151,210,137); }
div.DivClassName
{
background-color: #97D289;
}
.BgClassName
{
background-color: #97D289;
}
</style>
border-color css
<style>
span { border-color: #97D289; }
span { border-color: rgb(151,210,137); }
td.TdClassName
{
border-color: #97D289;
}
.TagClassName
{
border-color: #97D289;
}
</style>