Shades of Gossip #96D669
Tints of Gossip #96D669
RGB
CMYK
RGB Variations
Color information
#96D669 (or 0x96D669) is known color: Gossip. HEX triplet: 96, D6 and 69. RGB value is (150,214,105). Sum of RGB (Red+Green+Blue) = 150+214+105=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #96D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D669 is #692996. Grayscale: #B6B6B6. Windows color (decimal): -6891927 or 6936214. OLE color: 6936214.
HSL color Cylindrical-coordinate representation of color #96D669: hue angle of 95.23º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96D669 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 105 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.16 |
| HSL | 95.23º | 0.57% | 0.63% | - |
| HSV(B) | 95.23º | 0.51% | 0.84% | - |
| XYZ | 39.17 | 55.6 | 22.03 | - |
| YUV | 182.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 105 | 0.30 | 0 | 0.51 | 0.16 | 95.23 | 0.57 | 0.63 |
| Hex | 96 | D6 | 69 | 1E | 0 | 33 | 10 | 5F | 39 | 3F |
| Octal | 226 | 326 | 151 | 36 | 0 | 63 | 20 | 137 | 71 | 77 |
| Binary | 10010110 | 11010110 | 1101001 | 11110 | 0 | 110011 | 10000 | 1011111 | 111001 | 111111 |
Color Harmonies of #96D669
Complementary color
Monochromatic Colors of #96D669
Black with #96D669
Text Example
Text Example
White with #96D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D669; }
p { color: rgb(150,214,105); }
H1.HeaderClassName
{
color: #96D669;
}
.AnyTagClassName
{
color: #96D669;
}
</style>
background-color css
<style>
a { background-color: #96D669; }
a { background-color: rgb(150,214,105); }
div.DivClassName
{
background-color: #96D669;
}
.BgClassName
{
background-color: #96D669;
}
</style>
border-color css
<style>
span { border-color: #96D669; }
span { border-color: rgb(150,214,105); }
td.TdClassName
{
border-color: #96D669;
}
.TagClassName
{
border-color: #96D669;
}
</style>