Shades of Gossip #91E376
Tints of Gossip #91E376
RGB
CMYK
RGB Variations
Color information
#91E376 (or 0x91E376) is known color: Gossip. HEX triplet: 91, E3 and 76. RGB value is (145,227,118). Sum of RGB (Red+Green+Blue) = 145+227+118=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 227 - color contains mainly: green. Hex color #91E376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91E376 is #6E1C89. Grayscale: #BEBEBE. Windows color (decimal): -7216266 or 7791505. OLE color: 7791505.
HSL color Cylindrical-coordinate representation of color #91E376: hue angle of 105.14º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91E376 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 227 | 118 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.11 |
| HSL | 105.14º | 0.66% | 0.68% | - |
| HSV(B) | 105.14º | 0.48% | 0.89% | - |
| XYZ | 42.42 | 62.27 | 26.92 | - |
| YUV | 190.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 227 | 118 | 0.36 | 0 | 0.48 | 0.11 | 105.14 | 0.66 | 0.68 |
| Hex | 91 | E3 | 76 | 24 | 0 | 30 | B | 69 | 42 | 44 |
| Octal | 221 | 343 | 166 | 44 | 0 | 60 | 13 | 151 | 102 | 104 |
| Binary | 10010001 | 11100011 | 1110110 | 100100 | 0 | 110000 | 1011 | 1101001 | 1000010 | 1000100 |
Color Harmonies of #91E376
Complementary color
Monochromatic Colors of #91E376
Black with #91E376
Text Example
Text Example
White with #91E376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E376; }
p { color: rgb(145,227,118); }
H1.HeaderClassName
{
color: #91E376;
}
.AnyTagClassName
{
color: #91E376;
}
</style>
background-color css
<style>
a { background-color: #91E376; }
a { background-color: rgb(145,227,118); }
div.DivClassName
{
background-color: #91E376;
}
.BgClassName
{
background-color: #91E376;
}
</style>
border-color css
<style>
span { border-color: #91E376; }
span { border-color: rgb(145,227,118); }
td.TdClassName
{
border-color: #91E376;
}
.TagClassName
{
border-color: #91E376;
}
</style>