Shades of Gossip #96D170
Tints of Gossip #96D170
RGB
CMYK
RGB Variations
Color information
#96D170 (or 0x96D170) is known color: Gossip. HEX triplet: 96, D1 and 70. RGB value is (150,209,112). Sum of RGB (Red+Green+Blue) = 150+209+112=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #96D170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D170 is #692E8F. Grayscale: #B4B4B4. Windows color (decimal): -6893200 or 7393686. OLE color: 7393686.
HSL color Cylindrical-coordinate representation of color #96D170: hue angle of 96.49º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96D170 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 112 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.18 |
| HSL | 96.49º | 0.51% | 0.63% | - |
| HSV(B) | 96.49º | 0.46% | 0.82% | - |
| XYZ | 38.3 | 53.25 | 23.59 | - |
| YUV | 180.3 | 89.45 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 112 | 0.28 | 0 | 0.46 | 0.18 | 96.49 | 0.51 | 0.63 |
| Hex | 96 | D1 | 70 | 1C | 0 | 2E | 12 | 60 | 33 | 3F |
| Octal | 226 | 321 | 160 | 34 | 0 | 56 | 22 | 140 | 63 | 77 |
| Binary | 10010110 | 11010001 | 1110000 | 11100 | 0 | 101110 | 10010 | 1100000 | 110011 | 111111 |
Color Harmonies of #96D170
Complementary color
Monochromatic Colors of #96D170
Black with #96D170
Text Example
Text Example
White with #96D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D170; }
p { color: rgb(150,209,112); }
H1.HeaderClassName
{
color: #96D170;
}
.AnyTagClassName
{
color: #96D170;
}
</style>
background-color css
<style>
a { background-color: #96D170; }
a { background-color: rgb(150,209,112); }
div.DivClassName
{
background-color: #96D170;
}
.BgClassName
{
background-color: #96D170;
}
</style>
border-color css
<style>
span { border-color: #96D170; }
span { border-color: rgb(150,209,112); }
td.TdClassName
{
border-color: #96D170;
}
.TagClassName
{
border-color: #96D170;
}
</style>