Shades of Gossip #96C878
Tints of Gossip #96C878
RGB
CMYK
RGB Variations
Color information
#96C878 (or 0x96C878) is known color: Gossip. HEX triplet: 96, C8 and 78. RGB value is (150,200,120). Sum of RGB (Red+Green+Blue) = 150+200+120=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #96C878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C878 is #693787. Grayscale: #B0B0B0. Windows color (decimal): -6895496 or 7915670. OLE color: 7915670.
HSL color Cylindrical-coordinate representation of color #96C878: hue angle of 97.5º 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 #96C878 is Cyan = 0.25, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 120 | - |
| CMYK | 0.25 | 0 | 0.4 | 0.22 |
| HSL | 97.5º | 0.42% | 0.63% | - |
| HSV(B) | 97.5º | 0.4% | 0.78% | - |
| XYZ | 36.62 | 49.15 | 25.33 | - |
| YUV | 175.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 120 | 0.25 | 0 | 0.4 | 0.22 | 97.5 | 0.42 | 0.63 |
| Hex | 96 | C8 | 78 | 19 | 0 | 28 | 16 | 62 | 2A | 3F |
| Octal | 226 | 310 | 170 | 31 | 0 | 50 | 26 | 142 | 52 | 77 |
| Binary | 10010110 | 11001000 | 1111000 | 11001 | 0 | 101000 | 10110 | 1100010 | 101010 | 111111 |
Color Harmonies of #96C878
Complementary color
Monochromatic Colors of #96C878
Black with #96C878
Text Example
Text Example
White with #96C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C878; }
p { color: rgb(150,200,120); }
H1.HeaderClassName
{
color: #96C878;
}
.AnyTagClassName
{
color: #96C878;
}
</style>
background-color css
<style>
a { background-color: #96C878; }
a { background-color: rgb(150,200,120); }
div.DivClassName
{
background-color: #96C878;
}
.BgClassName
{
background-color: #96C878;
}
</style>
border-color css
<style>
span { border-color: #96C878; }
span { border-color: rgb(150,200,120); }
td.TdClassName
{
border-color: #96C878;
}
.TagClassName
{
border-color: #96C878;
}
</style>