Shades of Gossip #97C488
Tints of Gossip #97C488
RGB
CMYK
RGB Variations
Color information
#97C488 (or 0x97C488) is known color: Gossip. HEX triplet: 97, C4 and 88. RGB value is (151,196,136). Sum of RGB (Red+Green+Blue) = 151+196+136=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #97C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C488 is #683B77. Grayscale: #AFAFAF. Windows color (decimal): -6830968 or 8963223. OLE color: 8963223.
HSL color Cylindrical-coordinate representation of color #97C488: hue angle of 105º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97C488 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 196 | 136 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.23 |
| HSL | 105º | 0.34% | 0.65% | - |
| HSV(B) | 105º | 0.31% | 0.77% | - |
| XYZ | 36.95 | 47.84 | 30.58 | - |
| YUV | 175.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 196 | 136 | 0.23 | 0 | 0.31 | 0.23 | 105 | 0.34 | 0.65 |
| Hex | 97 | C4 | 88 | 17 | 0 | 1F | 17 | 69 | 22 | 41 |
| Octal | 227 | 304 | 210 | 27 | 0 | 37 | 27 | 151 | 42 | 101 |
| Binary | 10010111 | 11000100 | 10001000 | 10111 | 0 | 11111 | 10111 | 1101001 | 100010 | 1000001 |
Color Harmonies of #97C488
Complementary color
Monochromatic Colors of #97C488
Black with #97C488
Text Example
Text Example
White with #97C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C488; }
p { color: rgb(151,196,136); }
H1.HeaderClassName
{
color: #97C488;
}
.AnyTagClassName
{
color: #97C488;
}
</style>
background-color css
<style>
a { background-color: #97C488; }
a { background-color: rgb(151,196,136); }
div.DivClassName
{
background-color: #97C488;
}
.BgClassName
{
background-color: #97C488;
}
</style>
border-color css
<style>
span { border-color: #97C488; }
span { border-color: rgb(151,196,136); }
td.TdClassName
{
border-color: #97C488;
}
.TagClassName
{
border-color: #97C488;
}
</style>