Shades of Gossip #96E373
Tints of Gossip #96E373
RGB
CMYK
RGB Variations
Color information
#96E373 (or 0x96E373) is known color: Gossip. HEX triplet: 96, E3 and 73. RGB value is (150,227,115). Sum of RGB (Red+Green+Blue) = 150+227+115=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #96E373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E373 is #691C8C. Grayscale: #BFBFBF. Windows color (decimal): -6888589 or 7594902. OLE color: 7594902.
HSL color Cylindrical-coordinate representation of color #96E373: hue angle of 101.25º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96E373 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 227 | 115 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.11 |
| HSL | 101.25º | 0.67% | 0.67% | - |
| HSV(B) | 101.25º | 0.49% | 0.89% | - |
| XYZ | 43.14 | 62.66 | 26.04 | - |
| YUV | 191.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 115 | 0.34 | 0 | 0.49 | 0.11 | 101.25 | 0.67 | 0.67 |
| Hex | 96 | E3 | 73 | 22 | 0 | 31 | B | 65 | 43 | 43 |
| Octal | 226 | 343 | 163 | 42 | 0 | 61 | 13 | 145 | 103 | 103 |
| Binary | 10010110 | 11100011 | 1110011 | 100010 | 0 | 110001 | 1011 | 1100101 | 1000011 | 1000011 |
Color Harmonies of #96E373
Complementary color
Monochromatic Colors of #96E373
Black with #96E373
Text Example
Text Example
White with #96E373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E373; }
p { color: rgb(150,227,115); }
H1.HeaderClassName
{
color: #96E373;
}
.AnyTagClassName
{
color: #96E373;
}
</style>
background-color css
<style>
a { background-color: #96E373; }
a { background-color: rgb(150,227,115); }
div.DivClassName
{
background-color: #96E373;
}
.BgClassName
{
background-color: #96E373;
}
</style>
border-color css
<style>
span { border-color: #96E373; }
span { border-color: rgb(150,227,115); }
td.TdClassName
{
border-color: #96E373;
}
.TagClassName
{
border-color: #96E373;
}
</style>