Shades of Gossip #96C388
Tints of Gossip #96C388
RGB
CMYK
RGB Variations
Color information
#96C388 (or 0x96C388) is known color: Gossip. HEX triplet: 96, C3 and 88. RGB value is (150,195,136). Sum of RGB (Red+Green+Blue) = 150+195+136=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #96C388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C388 is #693C77. Grayscale: #AFAFAF. Windows color (decimal): -6896760 or 8962966. OLE color: 8962966.
HSL color Cylindrical-coordinate representation of color #96C388: hue angle of 105.76º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96C388 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 136 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.24 |
| HSL | 105.76º | 0.33% | 0.65% | - |
| HSV(B) | 105.76º | 0.3% | 0.76% | - |
| XYZ | 36.54 | 47.29 | 30.5 | - |
| YUV | 174.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 136 | 0.23 | 0 | 0.30 | 0.24 | 105.76 | 0.33 | 0.65 |
| Hex | 96 | C3 | 88 | 17 | 0 | 1E | 18 | 6A | 21 | 41 |
| Octal | 226 | 303 | 210 | 27 | 0 | 36 | 30 | 152 | 41 | 101 |
| Binary | 10010110 | 11000011 | 10001000 | 10111 | 0 | 11110 | 11000 | 1101010 | 100001 | 1000001 |
Color Harmonies of #96C388
Complementary color
Monochromatic Colors of #96C388
Black with #96C388
Text Example
Text Example
White with #96C388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C388; }
p { color: rgb(150,195,136); }
H1.HeaderClassName
{
color: #96C388;
}
.AnyTagClassName
{
color: #96C388;
}
</style>
background-color css
<style>
a { background-color: #96C388; }
a { background-color: rgb(150,195,136); }
div.DivClassName
{
background-color: #96C388;
}
.BgClassName
{
background-color: #96C388;
}
</style>
border-color css
<style>
span { border-color: #96C388; }
span { border-color: rgb(150,195,136); }
td.TdClassName
{
border-color: #96C388;
}
.TagClassName
{
border-color: #96C388;
}
</style>