Shades of Gossip #96E46A
Tints of Gossip #96E46A
RGB
CMYK
RGB Variations
Color information
#96E46A (or 0x96E46A) is known color: Gossip. HEX triplet: 96, E4 and 6A. RGB value is (150,228,106). Sum of RGB (Red+Green+Blue) = 150+228+106=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #96E46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E46A is #691B95. Grayscale: #BFBFBF. Windows color (decimal): -6888342 or 7005334. OLE color: 7005334.
HSL color Cylindrical-coordinate representation of color #96E46A: hue angle of 98.36º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96E46A is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 106 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.11 |
| HSL | 98.36º | 0.69% | 0.65% | - |
| HSV(B) | 98.36º | 0.54% | 0.89% | - |
| XYZ | 42.92 | 63.01 | 23.54 | - |
| YUV | 190.77 | 80.16 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 106 | 0.34 | 0 | 0.54 | 0.11 | 98.36 | 0.69 | 0.65 |
| Hex | 96 | E4 | 6A | 22 | 0 | 36 | B | 62 | 45 | 41 |
| Octal | 226 | 344 | 152 | 42 | 0 | 66 | 13 | 142 | 105 | 101 |
| Binary | 10010110 | 11100100 | 1101010 | 100010 | 0 | 110110 | 1011 | 1100010 | 1000101 | 1000001 |
Color Harmonies of #96E46A
Complementary color
Monochromatic Colors of #96E46A
Black with #96E46A
Text Example
Text Example
White with #96E46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E46A; }
p { color: rgb(150,228,106); }
H1.HeaderClassName
{
color: #96E46A;
}
.AnyTagClassName
{
color: #96E46A;
}
</style>
background-color css
<style>
a { background-color: #96E46A; }
a { background-color: rgb(150,228,106); }
div.DivClassName
{
background-color: #96E46A;
}
.BgClassName
{
background-color: #96E46A;
}
</style>
border-color css
<style>
span { border-color: #96E46A; }
span { border-color: rgb(150,228,106); }
td.TdClassName
{
border-color: #96E46A;
}
.TagClassName
{
border-color: #96E46A;
}
</style>