Shades of Gossip #96D16D
Tints of Gossip #96D16D
RGB
CMYK
RGB Variations
Color information
#96D16D (or 0x96D16D) is known color: Gossip. HEX triplet: 96, D1 and 6D. RGB value is (150,209,109). Sum of RGB (Red+Green+Blue) = 150+209+109=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #96D16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D16D is #692E92. Grayscale: #B4B4B4. Windows color (decimal): -6893203 or 7197078. OLE color: 7197078.
HSL color Cylindrical-coordinate representation of color #96D16D: hue angle of 95.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96D16D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 109 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.18 |
| HSL | 95.4º | 0.52% | 0.62% | - |
| HSV(B) | 95.4º | 0.48% | 0.82% | - |
| XYZ | 38.14 | 53.19 | 22.72 | - |
| YUV | 179.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 109 | 0.28 | 0 | 0.48 | 0.18 | 95.4 | 0.52 | 0.62 |
| Hex | 96 | D1 | 6D | 1C | 0 | 30 | 12 | 5F | 34 | 3E |
| Octal | 226 | 321 | 155 | 34 | 0 | 60 | 22 | 137 | 64 | 76 |
| Binary | 10010110 | 11010001 | 1101101 | 11100 | 0 | 110000 | 10010 | 1011111 | 110100 | 111110 |
Color Harmonies of #96D16D
Complementary color
Monochromatic Colors of #96D16D
Black with #96D16D
Text Example
Text Example
White with #96D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D16D; }
p { color: rgb(150,209,109); }
H1.HeaderClassName
{
color: #96D16D;
}
.AnyTagClassName
{
color: #96D16D;
}
</style>
background-color css
<style>
a { background-color: #96D16D; }
a { background-color: rgb(150,209,109); }
div.DivClassName
{
background-color: #96D16D;
}
.BgClassName
{
background-color: #96D16D;
}
</style>
border-color css
<style>
span { border-color: #96D16D; }
span { border-color: rgb(150,209,109); }
td.TdClassName
{
border-color: #96D16D;
}
.TagClassName
{
border-color: #96D16D;
}
</style>