Shades of Gossip #96C877
Tints of Gossip #96C877
RGB
CMYK
RGB Variations
Color information
#96C877 (or 0x96C877) is known color: Gossip. HEX triplet: 96, C8 and 77. RGB value is (150,200,119). Sum of RGB (Red+Green+Blue) = 150+200+119=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #96C877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C877 is #693788. Grayscale: #B0B0B0. Windows color (decimal): -6895497 or 7850134. OLE color: 7850134.
HSL color Cylindrical-coordinate representation of color #96C877: hue angle of 97.04º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96C877 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 119 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.22 |
| HSL | 97.04º | 0.42% | 0.63% | - |
| HSV(B) | 97.04º | 0.41% | 0.78% | - |
| XYZ | 36.56 | 49.12 | 25.01 | - |
| YUV | 175.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 119 | 0.25 | 0 | 0.40 | 0.22 | 97.04 | 0.42 | 0.63 |
| Hex | 96 | C8 | 77 | 19 | 0 | 28 | 16 | 61 | 2A | 3F |
| Octal | 226 | 310 | 167 | 31 | 0 | 50 | 26 | 141 | 52 | 77 |
| Binary | 10010110 | 11001000 | 1110111 | 11001 | 0 | 101000 | 10110 | 1100001 | 101010 | 111111 |
Color Harmonies of #96C877
Complementary color
Monochromatic Colors of #96C877
Black with #96C877
Text Example
Text Example
White with #96C877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C877; }
p { color: rgb(150,200,119); }
H1.HeaderClassName
{
color: #96C877;
}
.AnyTagClassName
{
color: #96C877;
}
</style>
background-color css
<style>
a { background-color: #96C877; }
a { background-color: rgb(150,200,119); }
div.DivClassName
{
background-color: #96C877;
}
.BgClassName
{
background-color: #96C877;
}
</style>
border-color css
<style>
span { border-color: #96C877; }
span { border-color: rgb(150,200,119); }
td.TdClassName
{
border-color: #96C877;
}
.TagClassName
{
border-color: #96C877;
}
</style>