Shades of Gossip #96E069
Tints of Gossip #96E069
RGB
CMYK
RGB Variations
Color information
#96E069 (or 0x96E069) is known color: Gossip. HEX triplet: 96, E0 and 69. RGB value is (150,224,105). Sum of RGB (Red+Green+Blue) = 150+224+105=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #96E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E069 is #691F96. Grayscale: #BCBCBC. Windows color (decimal): -6889367 or 6938774. OLE color: 6938774.
HSL color Cylindrical-coordinate representation of color #96E069: hue angle of 97.31º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96E069 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 105 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.12 |
| HSL | 97.31º | 0.66% | 0.65% | - |
| HSV(B) | 97.31º | 0.53% | 0.88% | - |
| XYZ | 41.78 | 60.82 | 22.9 | - |
| YUV | 188.31 | 80.98 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 105 | 0.33 | 0 | 0.53 | 0.12 | 97.31 | 0.66 | 0.65 |
| Hex | 96 | E0 | 69 | 21 | 0 | 35 | C | 61 | 42 | 41 |
| Octal | 226 | 340 | 151 | 41 | 0 | 65 | 14 | 141 | 102 | 101 |
| Binary | 10010110 | 11100000 | 1101001 | 100001 | 0 | 110101 | 1100 | 1100001 | 1000010 | 1000001 |
Color Harmonies of #96E069
Complementary color
Monochromatic Colors of #96E069
Black with #96E069
Text Example
Text Example
White with #96E069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E069; }
p { color: rgb(150,224,105); }
H1.HeaderClassName
{
color: #96E069;
}
.AnyTagClassName
{
color: #96E069;
}
</style>
background-color css
<style>
a { background-color: #96E069; }
a { background-color: rgb(150,224,105); }
div.DivClassName
{
background-color: #96E069;
}
.BgClassName
{
background-color: #96E069;
}
</style>
border-color css
<style>
span { border-color: #96E069; }
span { border-color: rgb(150,224,105); }
td.TdClassName
{
border-color: #96E069;
}
.TagClassName
{
border-color: #96E069;
}
</style>