Shades of Gossip #96C386
Tints of Gossip #96C386
RGB
CMYK
RGB Variations
Color information
#96C386 (or 0x96C386) is known color: Gossip. HEX triplet: 96, C3 and 86. RGB value is (150,195,134). Sum of RGB (Red+Green+Blue) = 150+195+134=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #96C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C386 is #693C79. Grayscale: #AEAEAE. Windows color (decimal): -6896762 or 8831894. OLE color: 8831894.
HSL color Cylindrical-coordinate representation of color #96C386: hue angle of 104.26º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C386 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 134 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.24 |
| HSL | 104.26º | 0.34% | 0.65% | - |
| HSV(B) | 104.26º | 0.31% | 0.76% | - |
| XYZ | 36.4 | 47.24 | 29.75 | - |
| YUV | 174.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 134 | 0.23 | 0 | 0.31 | 0.24 | 104.26 | 0.34 | 0.65 |
| Hex | 96 | C3 | 86 | 17 | 0 | 1F | 18 | 68 | 22 | 41 |
| Octal | 226 | 303 | 206 | 27 | 0 | 37 | 30 | 150 | 42 | 101 |
| Binary | 10010110 | 11000011 | 10000110 | 10111 | 0 | 11111 | 11000 | 1101000 | 100010 | 1000001 |
Color Harmonies of #96C386
Complementary color
Monochromatic Colors of #96C386
Black with #96C386
Text Example
Text Example
White with #96C386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C386; }
p { color: rgb(150,195,134); }
H1.HeaderClassName
{
color: #96C386;
}
.AnyTagClassName
{
color: #96C386;
}
</style>
background-color css
<style>
a { background-color: #96C386; }
a { background-color: rgb(150,195,134); }
div.DivClassName
{
background-color: #96C386;
}
.BgClassName
{
background-color: #96C386;
}
</style>
border-color css
<style>
span { border-color: #96C386; }
span { border-color: rgb(150,195,134); }
td.TdClassName
{
border-color: #96C386;
}
.TagClassName
{
border-color: #96C386;
}
</style>