Shades of Gossip #96D784
Tints of Gossip #96D784
RGB
CMYK
RGB Variations
Color information
#96D784 (or 0x96D784) is known color: Gossip. HEX triplet: 96, D7 and 84. RGB value is (150,215,132). Sum of RGB (Red+Green+Blue) = 150+215+132=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #96D784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D784 is #69287B. Grayscale: #BABABA. Windows color (decimal): -6891644 or 8705942. OLE color: 8705942.
HSL color Cylindrical-coordinate representation of color #96D784: hue angle of 106.99º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96D784 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 132 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.16 |
| HSL | 106.99º | 0.51% | 0.68% | - |
| HSV(B) | 106.99º | 0.39% | 0.84% | - |
| XYZ | 41.04 | 56.75 | 30.62 | - |
| YUV | 186.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 132 | 0.30 | 0 | 0.39 | 0.16 | 106.99 | 0.51 | 0.68 |
| Hex | 96 | D7 | 84 | 1E | 0 | 27 | 10 | 6B | 33 | 44 |
| Octal | 226 | 327 | 204 | 36 | 0 | 47 | 20 | 153 | 63 | 104 |
| Binary | 10010110 | 11010111 | 10000100 | 11110 | 0 | 100111 | 10000 | 1101011 | 110011 | 1000100 |
Color Harmonies of #96D784
Complementary color
Monochromatic Colors of #96D784
Black with #96D784
Text Example
Text Example
White with #96D784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D784; }
p { color: rgb(150,215,132); }
H1.HeaderClassName
{
color: #96D784;
}
.AnyTagClassName
{
color: #96D784;
}
</style>
background-color css
<style>
a { background-color: #96D784; }
a { background-color: rgb(150,215,132); }
div.DivClassName
{
background-color: #96D784;
}
.BgClassName
{
background-color: #96D784;
}
</style>
border-color css
<style>
span { border-color: #96D784; }
span { border-color: rgb(150,215,132); }
td.TdClassName
{
border-color: #96D784;
}
.TagClassName
{
border-color: #96D784;
}
</style>