Shades of Gossip #96DB66
Tints of Gossip #96DB66
RGB
CMYK
RGB Variations
Color information
#96DB66 (or 0x96DB66) is known color: Gossip. HEX triplet: 96, DB and 66. RGB value is (150,219,102). Sum of RGB (Red+Green+Blue) = 150+219+102=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DB66 is #692499. Grayscale: #B9B9B9. Windows color (decimal): -6890650 or 6740886. OLE color: 6740886.
HSL color Cylindrical-coordinate representation of color #96DB66: hue angle of 95.38º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96DB66 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 102 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.14 |
| HSL | 95.38º | 0.62% | 0.63% | - |
| HSV(B) | 95.38º | 0.53% | 0.86% | - |
| XYZ | 40.31 | 58.11 | 21.66 | - |
| YUV | 185.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 102 | 0.32 | 0 | 0.53 | 0.14 | 95.38 | 0.62 | 0.63 |
| Hex | 96 | DB | 66 | 20 | 0 | 35 | E | 5F | 3E | 3F |
| Octal | 226 | 333 | 146 | 40 | 0 | 65 | 16 | 137 | 76 | 77 |
| Binary | 10010110 | 11011011 | 1100110 | 100000 | 0 | 110101 | 1110 | 1011111 | 111110 | 111111 |
Color Harmonies of #96DB66
Complementary color
Monochromatic Colors of #96DB66
Black with #96DB66
Text Example
Text Example
White with #96DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB66; }
p { color: rgb(150,219,102); }
H1.HeaderClassName
{
color: #96DB66;
}
.AnyTagClassName
{
color: #96DB66;
}
</style>
background-color css
<style>
a { background-color: #96DB66; }
a { background-color: rgb(150,219,102); }
div.DivClassName
{
background-color: #96DB66;
}
.BgClassName
{
background-color: #96DB66;
}
</style>
border-color css
<style>
span { border-color: #96DB66; }
span { border-color: rgb(150,219,102); }
td.TdClassName
{
border-color: #96DB66;
}
.TagClassName
{
border-color: #96DB66;
}
</style>