Shades of Gossip #96D673
Tints of Gossip #96D673
RGB
CMYK
RGB Variations
Color information
#96D673 (or 0x96D673) is known color: Gossip. HEX triplet: 96, D6 and 73. RGB value is (150,214,115). Sum of RGB (Red+Green+Blue) = 150+214+115=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #96D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D673 is #69298C. Grayscale: #B7B7B7. Windows color (decimal): -6891917 or 7591574. OLE color: 7591574.
HSL color Cylindrical-coordinate representation of color #96D673: hue angle of 98.79º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96D673 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 115 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.16 |
| HSL | 98.79º | 0.55% | 0.65% | - |
| HSV(B) | 98.79º | 0.46% | 0.84% | - |
| XYZ | 39.72 | 55.81 | 24.9 | - |
| YUV | 183.58 | 89.3 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 115 | 0.30 | 0 | 0.46 | 0.16 | 98.79 | 0.55 | 0.65 |
| Hex | 96 | D6 | 73 | 1E | 0 | 2E | 10 | 63 | 37 | 41 |
| Octal | 226 | 326 | 163 | 36 | 0 | 56 | 20 | 143 | 67 | 101 |
| Binary | 10010110 | 11010110 | 1110011 | 11110 | 0 | 101110 | 10000 | 1100011 | 110111 | 1000001 |
Color Harmonies of #96D673
Complementary color
Monochromatic Colors of #96D673
Black with #96D673
Text Example
Text Example
White with #96D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D673; }
p { color: rgb(150,214,115); }
H1.HeaderClassName
{
color: #96D673;
}
.AnyTagClassName
{
color: #96D673;
}
</style>
background-color css
<style>
a { background-color: #96D673; }
a { background-color: rgb(150,214,115); }
div.DivClassName
{
background-color: #96D673;
}
.BgClassName
{
background-color: #96D673;
}
</style>
border-color css
<style>
span { border-color: #96D673; }
span { border-color: rgb(150,214,115); }
td.TdClassName
{
border-color: #96D673;
}
.TagClassName
{
border-color: #96D673;
}
</style>