Shades of Gossip #96D96B
Tints of Gossip #96D96B
RGB
CMYK
RGB Variations
Color information
#96D96B (or 0x96D96B) is known color: Gossip. HEX triplet: 96, D9 and 6B. RGB value is (150,217,107). Sum of RGB (Red+Green+Blue) = 150+217+107=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #96D96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D96B is #692694. Grayscale: #B8B8B8. Windows color (decimal): -6891157 or 7068054. OLE color: 7068054.
HSL color Cylindrical-coordinate representation of color #96D96B: hue angle of 96.55º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96D96B is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 107 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.15 |
| HSL | 96.55º | 0.59% | 0.64% | - |
| HSV(B) | 96.55º | 0.51% | 0.85% | - |
| XYZ | 40.04 | 57.17 | 22.83 | - |
| YUV | 184.43 | 84.3 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 107 | 0.31 | 0 | 0.51 | 0.15 | 96.55 | 0.59 | 0.64 |
| Hex | 96 | D9 | 6B | 1F | 0 | 33 | F | 61 | 3B | 40 |
| Octal | 226 | 331 | 153 | 37 | 0 | 63 | 17 | 141 | 73 | 100 |
| Binary | 10010110 | 11011001 | 1101011 | 11111 | 0 | 110011 | 1111 | 1100001 | 111011 | 1000000 |
Color Harmonies of #96D96B
Complementary color
Monochromatic Colors of #96D96B
Black with #96D96B
Text Example
Text Example
White with #96D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D96B; }
p { color: rgb(150,217,107); }
H1.HeaderClassName
{
color: #96D96B;
}
.AnyTagClassName
{
color: #96D96B;
}
</style>
background-color css
<style>
a { background-color: #96D96B; }
a { background-color: rgb(150,217,107); }
div.DivClassName
{
background-color: #96D96B;
}
.BgClassName
{
background-color: #96D96B;
}
</style>
border-color css
<style>
span { border-color: #96D96B; }
span { border-color: rgb(150,217,107); }
td.TdClassName
{
border-color: #96D96B;
}
.TagClassName
{
border-color: #96D96B;
}
</style>