Shades of Gossip #96C77E
Tints of Gossip #96C77E
RGB
CMYK
RGB Variations
Color information
#96C77E (or 0x96C77E) is known color: Gossip. HEX triplet: 96, C7 and 7E. RGB value is (150,199,126). Sum of RGB (Red+Green+Blue) = 150+199+126=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 199 - color contains mainly: green. Hex color #96C77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C77E is #693881. Grayscale: #B0B0B0. Windows color (decimal): -6895746 or 8308630. OLE color: 8308630.
HSL color Cylindrical-coordinate representation of color #96C77E: hue angle of 100.27º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96C77E is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 126 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.22 |
| HSL | 100.27º | 0.39% | 0.64% | - |
| HSV(B) | 100.27º | 0.37% | 0.78% | - |
| XYZ | 36.77 | 48.84 | 27.23 | - |
| YUV | 176.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 126 | 0.25 | 0 | 0.37 | 0.22 | 100.27 | 0.39 | 0.64 |
| Hex | 96 | C7 | 7E | 19 | 0 | 25 | 16 | 64 | 27 | 40 |
| Octal | 226 | 307 | 176 | 31 | 0 | 45 | 26 | 144 | 47 | 100 |
| Binary | 10010110 | 11000111 | 1111110 | 11001 | 0 | 100101 | 10110 | 1100100 | 100111 | 1000000 |
Color Harmonies of #96C77E
Complementary color
Monochromatic Colors of #96C77E
Black with #96C77E
Text Example
Text Example
White with #96C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C77E; }
p { color: rgb(150,199,126); }
H1.HeaderClassName
{
color: #96C77E;
}
.AnyTagClassName
{
color: #96C77E;
}
</style>
background-color css
<style>
a { background-color: #96C77E; }
a { background-color: rgb(150,199,126); }
div.DivClassName
{
background-color: #96C77E;
}
.BgClassName
{
background-color: #96C77E;
}
</style>
border-color css
<style>
span { border-color: #96C77E; }
span { border-color: rgb(150,199,126); }
td.TdClassName
{
border-color: #96C77E;
}
.TagClassName
{
border-color: #96C77E;
}
</style>