Shades of Gossip #96C783
Tints of Gossip #96C783
RGB
CMYK
RGB Variations
Color information
#96C783 (or 0x96C783) is known color: Gossip. HEX triplet: 96, C7 and 83. RGB value is (150,199,131). Sum of RGB (Red+Green+Blue) = 150+199+131=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #96C783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C783 is #69387C. Grayscale: #B0B0B0. Windows color (decimal): -6895741 or 8636310. OLE color: 8636310.
HSL color Cylindrical-coordinate representation of color #96C783: hue angle of 103.24º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96C783 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 131 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.22 |
| HSL | 103.24º | 0.38% | 0.65% | - |
| HSV(B) | 103.24º | 0.34% | 0.78% | - |
| XYZ | 37.1 | 48.97 | 28.97 | - |
| YUV | 176.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 131 | 0.25 | 0 | 0.34 | 0.22 | 103.24 | 0.38 | 0.65 |
| Hex | 96 | C7 | 83 | 19 | 0 | 22 | 16 | 67 | 26 | 41 |
| Octal | 226 | 307 | 203 | 31 | 0 | 42 | 26 | 147 | 46 | 101 |
| Binary | 10010110 | 11000111 | 10000011 | 11001 | 0 | 100010 | 10110 | 1100111 | 100110 | 1000001 |
Color Harmonies of #96C783
Complementary color
Monochromatic Colors of #96C783
Black with #96C783
Text Example
Text Example
White with #96C783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C783; }
p { color: rgb(150,199,131); }
H1.HeaderClassName
{
color: #96C783;
}
.AnyTagClassName
{
color: #96C783;
}
</style>
background-color css
<style>
a { background-color: #96C783; }
a { background-color: rgb(150,199,131); }
div.DivClassName
{
background-color: #96C783;
}
.BgClassName
{
background-color: #96C783;
}
</style>
border-color css
<style>
span { border-color: #96C783; }
span { border-color: rgb(150,199,131); }
td.TdClassName
{
border-color: #96C783;
}
.TagClassName
{
border-color: #96C783;
}
</style>