Shades of Gossip #96C688
Tints of Gossip #96C688
RGB
CMYK
RGB Variations
Color information
#96C688 (or 0x96C688) is known color: Gossip. HEX triplet: 96, C6 and 88. RGB value is (150,198,136). Sum of RGB (Red+Green+Blue) = 150+198+136=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #96C688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C688 is #693977. Grayscale: #B0B0B0. Windows color (decimal): -6895992 or 8963734. OLE color: 8963734.
HSL color Cylindrical-coordinate representation of color #96C688: hue angle of 106.45º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C688 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 136 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.22 |
| HSL | 106.45º | 0.35% | 0.65% | - |
| HSV(B) | 106.45º | 0.31% | 0.78% | - |
| XYZ | 37.22 | 48.65 | 30.72 | - |
| YUV | 176.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 136 | 0.24 | 0 | 0.31 | 0.22 | 106.45 | 0.35 | 0.65 |
| Hex | 96 | C6 | 88 | 18 | 0 | 1F | 16 | 6A | 23 | 41 |
| Octal | 226 | 306 | 210 | 30 | 0 | 37 | 26 | 152 | 43 | 101 |
| Binary | 10010110 | 11000110 | 10001000 | 11000 | 0 | 11111 | 10110 | 1101010 | 100011 | 1000001 |
Color Harmonies of #96C688
Complementary color
Monochromatic Colors of #96C688
Black with #96C688
Text Example
Text Example
White with #96C688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C688; }
p { color: rgb(150,198,136); }
H1.HeaderClassName
{
color: #96C688;
}
.AnyTagClassName
{
color: #96C688;
}
</style>
background-color css
<style>
a { background-color: #96C688; }
a { background-color: rgb(150,198,136); }
div.DivClassName
{
background-color: #96C688;
}
.BgClassName
{
background-color: #96C688;
}
</style>
border-color css
<style>
span { border-color: #96C688; }
span { border-color: rgb(150,198,136); }
td.TdClassName
{
border-color: #96C688;
}
.TagClassName
{
border-color: #96C688;
}
</style>