Shades of Gossip #96DC83
Tints of Gossip #96DC83
RGB
CMYK
RGB Variations
Color information
#96DC83 (or 0x96DC83) is known color: Gossip. HEX triplet: 96, DC and 83. RGB value is (150,220,131). Sum of RGB (Red+Green+Blue) = 150+220+131=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC83 is #69237C. Grayscale: #BDBDBD. Windows color (decimal): -6890365 or 8641686. OLE color: 8641686.
HSL color Cylindrical-coordinate representation of color #96DC83: hue angle of 107.19º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96DC83 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 131 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.14 |
| HSL | 107.19º | 0.56% | 0.69% | - |
| HSV(B) | 107.19º | 0.4% | 0.86% | - |
| XYZ | 42.27 | 59.31 | 30.69 | - |
| YUV | 188.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 131 | 0.32 | 0 | 0.40 | 0.14 | 107.19 | 0.56 | 0.69 |
| Hex | 96 | DC | 83 | 20 | 0 | 28 | E | 6B | 38 | 45 |
| Octal | 226 | 334 | 203 | 40 | 0 | 50 | 16 | 153 | 70 | 105 |
| Binary | 10010110 | 11011100 | 10000011 | 100000 | 0 | 101000 | 1110 | 1101011 | 111000 | 1000101 |
Color Harmonies of #96DC83
Complementary color
Monochromatic Colors of #96DC83
Black with #96DC83
Text Example
Text Example
White with #96DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC83; }
p { color: rgb(150,220,131); }
H1.HeaderClassName
{
color: #96DC83;
}
.AnyTagClassName
{
color: #96DC83;
}
</style>
background-color css
<style>
a { background-color: #96DC83; }
a { background-color: rgb(150,220,131); }
div.DivClassName
{
background-color: #96DC83;
}
.BgClassName
{
background-color: #96DC83;
}
</style>
border-color css
<style>
span { border-color: #96DC83; }
span { border-color: rgb(150,220,131); }
td.TdClassName
{
border-color: #96DC83;
}
.TagClassName
{
border-color: #96DC83;
}
</style>