Shades of Gossip #96D189
Tints of Gossip #96D189
RGB
CMYK
RGB Variations
Color information
#96D189 (or 0x96D189) is known color: Gossip. HEX triplet: 96, D1 and 89. RGB value is (150,209,137). Sum of RGB (Red+Green+Blue) = 150+209+137=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #96D189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D189 is #692E76. Grayscale: #B7B7B7. Windows color (decimal): -6893175 or 9032086. OLE color: 9032086.
HSL color Cylindrical-coordinate representation of color #96D189: hue angle of 109.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96D189 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 137 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.18 |
| HSL | 109.17º | 0.44% | 0.68% | - |
| HSV(B) | 109.17º | 0.34% | 0.82% | - |
| XYZ | 39.89 | 53.89 | 31.97 | - |
| YUV | 183.15 | 101.95 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 137 | 0.28 | 0 | 0.34 | 0.18 | 109.17 | 0.44 | 0.68 |
| Hex | 96 | D1 | 89 | 1C | 0 | 22 | 12 | 6D | 2C | 44 |
| Octal | 226 | 321 | 211 | 34 | 0 | 42 | 22 | 155 | 54 | 104 |
| Binary | 10010110 | 11010001 | 10001001 | 11100 | 0 | 100010 | 10010 | 1101101 | 101100 | 1000100 |
Color Harmonies of #96D189
Complementary color
Monochromatic Colors of #96D189
Black with #96D189
Text Example
Text Example
White with #96D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D189; }
p { color: rgb(150,209,137); }
H1.HeaderClassName
{
color: #96D189;
}
.AnyTagClassName
{
color: #96D189;
}
</style>
background-color css
<style>
a { background-color: #96D189; }
a { background-color: rgb(150,209,137); }
div.DivClassName
{
background-color: #96D189;
}
.BgClassName
{
background-color: #96D189;
}
</style>
border-color css
<style>
span { border-color: #96D189; }
span { border-color: rgb(150,209,137); }
td.TdClassName
{
border-color: #96D189;
}
.TagClassName
{
border-color: #96D189;
}
</style>