Shades of Gossip #96D671
Tints of Gossip #96D671
RGB
CMYK
RGB Variations
Color information
#96D671 (or 0x96D671) is known color: Gossip. HEX triplet: 96, D6 and 71. RGB value is (150,214,113). Sum of RGB (Red+Green+Blue) = 150+214+113=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #96D671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D671 is #69298E. Grayscale: #B7B7B7. Windows color (decimal): -6891919 or 7460502. OLE color: 7460502.
HSL color Cylindrical-coordinate representation of color #96D671: hue angle of 98.02º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96D671 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 113 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.16 |
| HSL | 98.02º | 0.55% | 0.64% | - |
| HSV(B) | 98.02º | 0.47% | 0.84% | - |
| XYZ | 39.6 | 55.77 | 24.3 | - |
| YUV | 183.35 | 88.3 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 113 | 0.30 | 0 | 0.47 | 0.16 | 98.02 | 0.55 | 0.64 |
| Hex | 96 | D6 | 71 | 1E | 0 | 2F | 10 | 62 | 37 | 40 |
| Octal | 226 | 326 | 161 | 36 | 0 | 57 | 20 | 142 | 67 | 100 |
| Binary | 10010110 | 11010110 | 1110001 | 11110 | 0 | 101111 | 10000 | 1100010 | 110111 | 1000000 |
Color Harmonies of #96D671
Complementary color
Monochromatic Colors of #96D671
Black with #96D671
Text Example
Text Example
White with #96D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D671; }
p { color: rgb(150,214,113); }
H1.HeaderClassName
{
color: #96D671;
}
.AnyTagClassName
{
color: #96D671;
}
</style>
background-color css
<style>
a { background-color: #96D671; }
a { background-color: rgb(150,214,113); }
div.DivClassName
{
background-color: #96D671;
}
.BgClassName
{
background-color: #96D671;
}
</style>
border-color css
<style>
span { border-color: #96D671; }
span { border-color: rgb(150,214,113); }
td.TdClassName
{
border-color: #96D671;
}
.TagClassName
{
border-color: #96D671;
}
</style>