Shades of Gossip #96D089
Tints of Gossip #96D089
RGB
CMYK
RGB Variations
Color information
#96D089 (or 0x96D089) is known color: Gossip. HEX triplet: 96, D0 and 89. RGB value is (150,208,137). Sum of RGB (Red+Green+Blue) = 150+208+137=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #96D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D089 is #692F76. Grayscale: #B6B6B6. Windows color (decimal): -6893431 or 9031830. OLE color: 9031830.
HSL color Cylindrical-coordinate representation of color #96D089: hue angle of 109.01º degrees, saturation: 0.43, 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 #96D089 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 208 | 137 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.18 |
| HSL | 109.01º | 0.43% | 0.68% | - |
| HSV(B) | 109.01º | 0.34% | 0.82% | - |
| XYZ | 39.65 | 53.4 | 31.88 | - |
| YUV | 182.56 | 102.28 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 208 | 137 | 0.28 | 0 | 0.34 | 0.18 | 109.01 | 0.43 | 0.68 |
| Hex | 96 | D0 | 89 | 1C | 0 | 22 | 12 | 6D | 2B | 44 |
| Octal | 226 | 320 | 211 | 34 | 0 | 42 | 22 | 155 | 53 | 104 |
| Binary | 10010110 | 11010000 | 10001001 | 11100 | 0 | 100010 | 10010 | 1101101 | 101011 | 1000100 |
Color Harmonies of #96D089
Complementary color
Monochromatic Colors of #96D089
Black with #96D089
Text Example
Text Example
White with #96D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D089; }
p { color: rgb(150,208,137); }
H1.HeaderClassName
{
color: #96D089;
}
.AnyTagClassName
{
color: #96D089;
}
</style>
background-color css
<style>
a { background-color: #96D089; }
a { background-color: rgb(150,208,137); }
div.DivClassName
{
background-color: #96D089;
}
.BgClassName
{
background-color: #96D089;
}
</style>
border-color css
<style>
span { border-color: #96D089; }
span { border-color: rgb(150,208,137); }
td.TdClassName
{
border-color: #96D089;
}
.TagClassName
{
border-color: #96D089;
}
</style>