Shades of Gossip #92E275
Tints of Gossip #92E275
RGB
CMYK
RGB Variations
Color information
#92E275 (or 0x92E275) is known color: Gossip. HEX triplet: 92, E2 and 75. RGB value is (146,226,117). Sum of RGB (Red+Green+Blue) = 146+226+117=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #92E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92E275 is #6D1D8A. Grayscale: #BEBEBE. Windows color (decimal): -7150987 or 7725714. OLE color: 7725714.
HSL color Cylindrical-coordinate representation of color #92E275: hue angle of 104.04º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92E275 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 226 | 117 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.11 |
| HSL | 104.04º | 0.65% | 0.67% | - |
| HSV(B) | 104.04º | 0.48% | 0.89% | - |
| XYZ | 42.26 | 61.79 | 26.53 | - |
| YUV | 189.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 226 | 117 | 0.35 | 0 | 0.48 | 0.11 | 104.04 | 0.65 | 0.67 |
| Hex | 92 | E2 | 75 | 23 | 0 | 30 | B | 68 | 41 | 43 |
| Octal | 222 | 342 | 165 | 43 | 0 | 60 | 13 | 150 | 101 | 103 |
| Binary | 10010010 | 11100010 | 1110101 | 100011 | 0 | 110000 | 1011 | 1101000 | 1000001 | 1000011 |
Color Harmonies of #92E275
Complementary color
Monochromatic Colors of #92E275
Black with #92E275
Text Example
Text Example
White with #92E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E275; }
p { color: rgb(146,226,117); }
H1.HeaderClassName
{
color: #92E275;
}
.AnyTagClassName
{
color: #92E275;
}
</style>
background-color css
<style>
a { background-color: #92E275; }
a { background-color: rgb(146,226,117); }
div.DivClassName
{
background-color: #92E275;
}
.BgClassName
{
background-color: #92E275;
}
</style>
border-color css
<style>
span { border-color: #92E275; }
span { border-color: rgb(146,226,117); }
td.TdClassName
{
border-color: #92E275;
}
.TagClassName
{
border-color: #92E275;
}
</style>