Shades of Gossip #96D877
Tints of Gossip #96D877
RGB
CMYK
RGB Variations
Color information
#96D877 (or 0x96D877) is known color: Gossip. HEX triplet: 96, D8 and 77. RGB value is (150,216,119). Sum of RGB (Red+Green+Blue) = 150+216+119=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #96D877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D877 is #692788. Grayscale: #B9B9B9. Windows color (decimal): -6891401 or 7854230. OLE color: 7854230.
HSL color Cylindrical-coordinate representation of color #96D877: hue angle of 100.82º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96D877 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 119 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.15 |
| HSL | 100.82º | 0.55% | 0.66% | - |
| HSV(B) | 100.82º | 0.45% | 0.85% | - |
| XYZ | 40.46 | 56.93 | 26.31 | - |
| YUV | 185.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 119 | 0.31 | 0 | 0.45 | 0.15 | 100.82 | 0.55 | 0.66 |
| Hex | 96 | D8 | 77 | 1F | 0 | 2D | F | 65 | 37 | 42 |
| Octal | 226 | 330 | 167 | 37 | 0 | 55 | 17 | 145 | 67 | 102 |
| Binary | 10010110 | 11011000 | 1110111 | 11111 | 0 | 101101 | 1111 | 1100101 | 110111 | 1000010 |
Color Harmonies of #96D877
Complementary color
Monochromatic Colors of #96D877
Black with #96D877
Text Example
Text Example
White with #96D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D877; }
p { color: rgb(150,216,119); }
H1.HeaderClassName
{
color: #96D877;
}
.AnyTagClassName
{
color: #96D877;
}
</style>
background-color css
<style>
a { background-color: #96D877; }
a { background-color: rgb(150,216,119); }
div.DivClassName
{
background-color: #96D877;
}
.BgClassName
{
background-color: #96D877;
}
</style>
border-color css
<style>
span { border-color: #96D877; }
span { border-color: rgb(150,216,119); }
td.TdClassName
{
border-color: #96D877;
}
.TagClassName
{
border-color: #96D877;
}
</style>