Shades of Gossip #96C888
Tints of Gossip #96C888
RGB
CMYK
RGB Variations
Color information
#96C888 (or 0x96C888) is known color: Gossip. HEX triplet: 96, C8 and 88. RGB value is (150,200,136). Sum of RGB (Red+Green+Blue) = 150+200+136=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #96C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C888 is #693777. Grayscale: #B1B1B1. Windows color (decimal): -6895480 or 8964246. OLE color: 8964246.
HSL color Cylindrical-coordinate representation of color #96C888: hue angle of 106.88º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96C888 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 136 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.22 |
| HSL | 106.88º | 0.37% | 0.66% | - |
| HSV(B) | 106.88º | 0.32% | 0.78% | - |
| XYZ | 37.68 | 49.57 | 30.87 | - |
| YUV | 177.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 136 | 0.25 | 0 | 0.32 | 0.22 | 106.88 | 0.37 | 0.66 |
| Hex | 96 | C8 | 88 | 19 | 0 | 20 | 16 | 6B | 25 | 42 |
| Octal | 226 | 310 | 210 | 31 | 0 | 40 | 26 | 153 | 45 | 102 |
| Binary | 10010110 | 11001000 | 10001000 | 11001 | 0 | 100000 | 10110 | 1101011 | 100101 | 1000010 |
Color Harmonies of #96C888
Complementary color
Monochromatic Colors of #96C888
Black with #96C888
Text Example
Text Example
White with #96C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C888; }
p { color: rgb(150,200,136); }
H1.HeaderClassName
{
color: #96C888;
}
.AnyTagClassName
{
color: #96C888;
}
</style>
background-color css
<style>
a { background-color: #96C888; }
a { background-color: rgb(150,200,136); }
div.DivClassName
{
background-color: #96C888;
}
.BgClassName
{
background-color: #96C888;
}
</style>
border-color css
<style>
span { border-color: #96C888; }
span { border-color: rgb(150,200,136); }
td.TdClassName
{
border-color: #96C888;
}
.TagClassName
{
border-color: #96C888;
}
</style>