Shades of Gossip #96D46D
Tints of Gossip #96D46D
RGB
CMYK
RGB Variations
Color information
#96D46D (or 0x96D46D) is known color: Gossip. HEX triplet: 96, D4 and 6D. RGB value is (150,212,109). Sum of RGB (Red+Green+Blue) = 150+212+109=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #96D46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D46D is #692B92. Grayscale: #B6B6B6. Windows color (decimal): -6892435 or 7197846. OLE color: 7197846.
HSL color Cylindrical-coordinate representation of color #96D46D: hue angle of 96.12º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96D46D is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 109 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.17 |
| HSL | 96.12º | 0.54% | 0.63% | - |
| HSV(B) | 96.12º | 0.49% | 0.83% | - |
| XYZ | 38.88 | 54.68 | 22.97 | - |
| YUV | 181.72 | 86.96 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 109 | 0.29 | 0 | 0.49 | 0.17 | 96.12 | 0.54 | 0.63 |
| Hex | 96 | D4 | 6D | 1D | 0 | 31 | 11 | 60 | 36 | 3F |
| Octal | 226 | 324 | 155 | 35 | 0 | 61 | 21 | 140 | 66 | 77 |
| Binary | 10010110 | 11010100 | 1101101 | 11101 | 0 | 110001 | 10001 | 1100000 | 110110 | 111111 |
Color Harmonies of #96D46D
Complementary color
Monochromatic Colors of #96D46D
Black with #96D46D
Text Example
Text Example
White with #96D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D46D; }
p { color: rgb(150,212,109); }
H1.HeaderClassName
{
color: #96D46D;
}
.AnyTagClassName
{
color: #96D46D;
}
</style>
background-color css
<style>
a { background-color: #96D46D; }
a { background-color: rgb(150,212,109); }
div.DivClassName
{
background-color: #96D46D;
}
.BgClassName
{
background-color: #96D46D;
}
</style>
border-color css
<style>
span { border-color: #96D46D; }
span { border-color: rgb(150,212,109); }
td.TdClassName
{
border-color: #96D46D;
}
.TagClassName
{
border-color: #96D46D;
}
</style>