Shades of Gossip #96D473
Tints of Gossip #96D473
RGB
CMYK
RGB Variations
Color information
#96D473 (or 0x96D473) is known color: Gossip. HEX triplet: 96, D4 and 73. RGB value is (150,212,115). Sum of RGB (Red+Green+Blue) = 150+212+115=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #96D473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D473 is #692B8C. Grayscale: #B6B6B6. Windows color (decimal): -6892429 or 7591062. OLE color: 7591062.
HSL color Cylindrical-coordinate representation of color #96D473: hue angle of 98.35º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96D473 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 115 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.17 |
| HSL | 98.35º | 0.53% | 0.64% | - |
| HSV(B) | 98.35º | 0.46% | 0.83% | - |
| XYZ | 39.22 | 54.81 | 24.73 | - |
| YUV | 182.4 | 89.96 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 115 | 0.29 | 0 | 0.46 | 0.17 | 98.35 | 0.53 | 0.64 |
| Hex | 96 | D4 | 73 | 1D | 0 | 2E | 11 | 62 | 35 | 40 |
| Octal | 226 | 324 | 163 | 35 | 0 | 56 | 21 | 142 | 65 | 100 |
| Binary | 10010110 | 11010100 | 1110011 | 11101 | 0 | 101110 | 10001 | 1100010 | 110101 | 1000000 |
Color Harmonies of #96D473
Complementary color
Monochromatic Colors of #96D473
Black with #96D473
Text Example
Text Example
White with #96D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D473; }
p { color: rgb(150,212,115); }
H1.HeaderClassName
{
color: #96D473;
}
.AnyTagClassName
{
color: #96D473;
}
</style>
background-color css
<style>
a { background-color: #96D473; }
a { background-color: rgb(150,212,115); }
div.DivClassName
{
background-color: #96D473;
}
.BgClassName
{
background-color: #96D473;
}
</style>
border-color css
<style>
span { border-color: #96D473; }
span { border-color: rgb(150,212,115); }
td.TdClassName
{
border-color: #96D473;
}
.TagClassName
{
border-color: #96D473;
}
</style>