Shades of Gossip #96D186
Tints of Gossip #96D186
RGB
CMYK
RGB Variations
Color information
#96D186 (or 0x96D186) is known color: Gossip. HEX triplet: 96, D1 and 86. RGB value is (150,209,134). Sum of RGB (Red+Green+Blue) = 150+209+134=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #96D186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D186 is #692E79. Grayscale: #B7B7B7. Windows color (decimal): -6893178 or 8835478. OLE color: 8835478.
HSL color Cylindrical-coordinate representation of color #96D186: hue angle of 107.2º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D186 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 134 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.18 |
| HSL | 107.2º | 0.45% | 0.67% | - |
| HSV(B) | 107.2º | 0.36% | 0.82% | - |
| XYZ | 39.68 | 53.81 | 30.85 | - |
| YUV | 182.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 134 | 0.28 | 0 | 0.36 | 0.18 | 107.2 | 0.45 | 0.67 |
| Hex | 96 | D1 | 86 | 1C | 0 | 24 | 12 | 6B | 2D | 43 |
| Octal | 226 | 321 | 206 | 34 | 0 | 44 | 22 | 153 | 55 | 103 |
| Binary | 10010110 | 11010001 | 10000110 | 11100 | 0 | 100100 | 10010 | 1101011 | 101101 | 1000011 |
Color Harmonies of #96D186
Complementary color
Monochromatic Colors of #96D186
Black with #96D186
Text Example
Text Example
White with #96D186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D186; }
p { color: rgb(150,209,134); }
H1.HeaderClassName
{
color: #96D186;
}
.AnyTagClassName
{
color: #96D186;
}
</style>
background-color css
<style>
a { background-color: #96D186; }
a { background-color: rgb(150,209,134); }
div.DivClassName
{
background-color: #96D186;
}
.BgClassName
{
background-color: #96D186;
}
</style>
border-color css
<style>
span { border-color: #96D186; }
span { border-color: rgb(150,209,134); }
td.TdClassName
{
border-color: #96D186;
}
.TagClassName
{
border-color: #96D186;
}
</style>