Shades of Gossip #96DC67
Tints of Gossip #96DC67
RGB
CMYK
RGB Variations
Color information
#96DC67 (or 0x96DC67) is known color: Gossip. HEX triplet: 96, DC and 67. RGB value is (150,220,103). Sum of RGB (Red+Green+Blue) = 150+220+103=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DC67 is #692398. Grayscale: #BABABA. Windows color (decimal): -6890393 or 6806678. OLE color: 6806678.
HSL color Cylindrical-coordinate representation of color #96DC67: hue angle of 95.9º degrees, saturation: 0.63, 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 #96DC67 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 103 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.14 |
| HSL | 95.9º | 0.63% | 0.63% | - |
| HSV(B) | 95.9º | 0.53% | 0.86% | - |
| XYZ | 40.62 | 58.65 | 22.01 | - |
| YUV | 185.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 103 | 0.32 | 0 | 0.53 | 0.14 | 95.9 | 0.63 | 0.63 |
| Hex | 96 | DC | 67 | 20 | 0 | 35 | E | 60 | 3F | 3F |
| Octal | 226 | 334 | 147 | 40 | 0 | 65 | 16 | 140 | 77 | 77 |
| Binary | 10010110 | 11011100 | 1100111 | 100000 | 0 | 110101 | 1110 | 1100000 | 111111 | 111111 |
Color Harmonies of #96DC67
Complementary color
Monochromatic Colors of #96DC67
Black with #96DC67
Text Example
Text Example
White with #96DC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC67; }
p { color: rgb(150,220,103); }
H1.HeaderClassName
{
color: #96DC67;
}
.AnyTagClassName
{
color: #96DC67;
}
</style>
background-color css
<style>
a { background-color: #96DC67; }
a { background-color: rgb(150,220,103); }
div.DivClassName
{
background-color: #96DC67;
}
.BgClassName
{
background-color: #96DC67;
}
</style>
border-color css
<style>
span { border-color: #96DC67; }
span { border-color: rgb(150,220,103); }
td.TdClassName
{
border-color: #96DC67;
}
.TagClassName
{
border-color: #96DC67;
}
</style>