Shades of Gossip #96DA76
Tints of Gossip #96DA76
RGB
CMYK
RGB Variations
Color information
#96DA76 (or 0x96DA76) is known color: Gossip. HEX triplet: 96, DA and 76. RGB value is (150,218,118). Sum of RGB (Red+Green+Blue) = 150+218+118=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA76 is #692589. Grayscale: #BABABA. Windows color (decimal): -6890890 or 7789206. OLE color: 7789206.
HSL color Cylindrical-coordinate representation of color #96DA76: hue angle of 100.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96DA76 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 118 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.15 |
| HSL | 100.8º | 0.57% | 0.66% | - |
| HSV(B) | 100.8º | 0.46% | 0.85% | - |
| XYZ | 40.92 | 57.93 | 26.17 | - |
| YUV | 186.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 118 | 0.31 | 0 | 0.46 | 0.15 | 100.8 | 0.57 | 0.66 |
| Hex | 96 | DA | 76 | 1F | 0 | 2E | F | 65 | 39 | 42 |
| Octal | 226 | 332 | 166 | 37 | 0 | 56 | 17 | 145 | 71 | 102 |
| Binary | 10010110 | 11011010 | 1110110 | 11111 | 0 | 101110 | 1111 | 1100101 | 111001 | 1000010 |
Color Harmonies of #96DA76
Complementary color
Monochromatic Colors of #96DA76
Black with #96DA76
Text Example
Text Example
White with #96DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DA76; }
p { color: rgb(150,218,118); }
H1.HeaderClassName
{
color: #96DA76;
}
.AnyTagClassName
{
color: #96DA76;
}
</style>
background-color css
<style>
a { background-color: #96DA76; }
a { background-color: rgb(150,218,118); }
div.DivClassName
{
background-color: #96DA76;
}
.BgClassName
{
background-color: #96DA76;
}
</style>
border-color css
<style>
span { border-color: #96DA76; }
span { border-color: rgb(150,218,118); }
td.TdClassName
{
border-color: #96DA76;
}
.TagClassName
{
border-color: #96DA76;
}
</style>