Shades of Gossip #96C984
Tints of Gossip #96C984
RGB
CMYK
RGB Variations
Color information
#96C984 (or 0x96C984) is known color: Gossip. HEX triplet: 96, C9 and 84. RGB value is (150,201,132). Sum of RGB (Red+Green+Blue) = 150+201+132=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #96C984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C984 is #69367B. Grayscale: #B2B2B2. Windows color (decimal): -6895228 or 8702358. OLE color: 8702358.
HSL color Cylindrical-coordinate representation of color #96C984: hue angle of 104.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96C984 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 132 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.21 |
| HSL | 104.35º | 0.39% | 0.65% | - |
| HSV(B) | 104.35º | 0.34% | 0.79% | - |
| XYZ | 37.63 | 49.92 | 29.48 | - |
| YUV | 177.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 132 | 0.25 | 0 | 0.34 | 0.21 | 104.35 | 0.39 | 0.65 |
| Hex | 96 | C9 | 84 | 19 | 0 | 22 | 15 | 68 | 27 | 41 |
| Octal | 226 | 311 | 204 | 31 | 0 | 42 | 25 | 150 | 47 | 101 |
| Binary | 10010110 | 11001001 | 10000100 | 11001 | 0 | 100010 | 10101 | 1101000 | 100111 | 1000001 |
Color Harmonies of #96C984
Complementary color
Monochromatic Colors of #96C984
Black with #96C984
Text Example
Text Example
White with #96C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C984; }
p { color: rgb(150,201,132); }
H1.HeaderClassName
{
color: #96C984;
}
.AnyTagClassName
{
color: #96C984;
}
</style>
background-color css
<style>
a { background-color: #96C984; }
a { background-color: rgb(150,201,132); }
div.DivClassName
{
background-color: #96C984;
}
.BgClassName
{
background-color: #96C984;
}
</style>
border-color css
<style>
span { border-color: #96C984; }
span { border-color: rgb(150,201,132); }
td.TdClassName
{
border-color: #96C984;
}
.TagClassName
{
border-color: #96C984;
}
</style>