Shades of Gossip #96DA6C
Tints of Gossip #96DA6C
RGB
CMYK
RGB Variations
Color information
#96DA6C (or 0x96DA6C) is known color: Gossip. HEX triplet: 96, DA and 6C. RGB value is (150,218,108). Sum of RGB (Red+Green+Blue) = 150+218+108=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA6C is #692593. Grayscale: #B9B9B9. Windows color (decimal): -6890900 or 7133846. OLE color: 7133846.
HSL color Cylindrical-coordinate representation of color #96DA6C: hue angle of 97.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96DA6C is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 108 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.15 |
| HSL | 97.09º | 0.6% | 0.64% | - |
| HSV(B) | 97.09º | 0.5% | 0.85% | - |
| XYZ | 40.36 | 57.71 | 23.2 | - |
| YUV | 185.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 108 | 0.31 | 0 | 0.50 | 0.15 | 97.09 | 0.6 | 0.64 |
| Hex | 96 | DA | 6C | 1F | 0 | 32 | F | 61 | 3C | 40 |
| Octal | 226 | 332 | 154 | 37 | 0 | 62 | 17 | 141 | 74 | 100 |
| Binary | 10010110 | 11011010 | 1101100 | 11111 | 0 | 110010 | 1111 | 1100001 | 111100 | 1000000 |
Color Harmonies of #96DA6C
Complementary color
Monochromatic Colors of #96DA6C
Black with #96DA6C
Text Example
Text Example
White with #96DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DA6C; }
p { color: rgb(150,218,108); }
H1.HeaderClassName
{
color: #96DA6C;
}
.AnyTagClassName
{
color: #96DA6C;
}
</style>
background-color css
<style>
a { background-color: #96DA6C; }
a { background-color: rgb(150,218,108); }
div.DivClassName
{
background-color: #96DA6C;
}
.BgClassName
{
background-color: #96DA6C;
}
</style>
border-color css
<style>
span { border-color: #96DA6C; }
span { border-color: rgb(150,218,108); }
td.TdClassName
{
border-color: #96DA6C;
}
.TagClassName
{
border-color: #96DA6C;
}
</style>