Shades of Gossip #96DB67
Tints of Gossip #96DB67
RGB
CMYK
RGB Variations
Color information
#96DB67 (or 0x96DB67) is known color: Gossip. HEX triplet: 96, DB and 67. RGB value is (150,219,103). Sum of RGB (Red+Green+Blue) = 150+219+103=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DB67 is #692498. Grayscale: #B9B9B9. Windows color (decimal): -6890649 or 6806422. OLE color: 6806422.
HSL color Cylindrical-coordinate representation of color #96DB67: hue angle of 95.69º 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 #96DB67 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 103 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.14 |
| HSL | 95.69º | 0.62% | 0.63% | - |
| HSV(B) | 95.69º | 0.53% | 0.86% | - |
| XYZ | 40.36 | 58.13 | 21.92 | - |
| YUV | 185.15 | 81.64 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 103 | 0.32 | 0 | 0.53 | 0.14 | 95.69 | 0.62 | 0.63 |
| Hex | 96 | DB | 67 | 20 | 0 | 35 | E | 60 | 3E | 3F |
| Octal | 226 | 333 | 147 | 40 | 0 | 65 | 16 | 140 | 76 | 77 |
| Binary | 10010110 | 11011011 | 1100111 | 100000 | 0 | 110101 | 1110 | 1100000 | 111110 | 111111 |
Color Harmonies of #96DB67
Complementary color
Monochromatic Colors of #96DB67
Black with #96DB67
Text Example
Text Example
White with #96DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB67; }
p { color: rgb(150,219,103); }
H1.HeaderClassName
{
color: #96DB67;
}
.AnyTagClassName
{
color: #96DB67;
}
</style>
background-color css
<style>
a { background-color: #96DB67; }
a { background-color: rgb(150,219,103); }
div.DivClassName
{
background-color: #96DB67;
}
.BgClassName
{
background-color: #96DB67;
}
</style>
border-color css
<style>
span { border-color: #96DB67; }
span { border-color: rgb(150,219,103); }
td.TdClassName
{
border-color: #96DB67;
}
.TagClassName
{
border-color: #96DB67;
}
</style>