Shades of Gossip #92E266
Tints of Gossip #92E266
RGB
CMYK
RGB Variations
Color information
#92E266 (or 0x92E266) is known color: Gossip. HEX triplet: 92, E2 and 66. RGB value is (146,226,102). Sum of RGB (Red+Green+Blue) = 146+226+102=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #92E266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92E266 is #6D1D99. Grayscale: #BCBCBC. Windows color (decimal): -7151002 or 6742674. OLE color: 6742674.
HSL color Cylindrical-coordinate representation of color #92E266: hue angle of 98.71º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #92E266 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 226 | 102 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.11 |
| HSL | 98.71º | 0.68% | 0.64% | - |
| HSV(B) | 98.71º | 0.55% | 0.89% | - |
| XYZ | 41.45 | 61.46 | 22.25 | - |
| YUV | 187.94 | 79.5 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 226 | 102 | 0.35 | 0 | 0.55 | 0.11 | 98.71 | 0.68 | 0.64 |
| Hex | 92 | E2 | 66 | 23 | 0 | 37 | B | 63 | 44 | 40 |
| Octal | 222 | 342 | 146 | 43 | 0 | 67 | 13 | 143 | 104 | 100 |
| Binary | 10010010 | 11100010 | 1100110 | 100011 | 0 | 110111 | 1011 | 1100011 | 1000100 | 1000000 |
Color Harmonies of #92E266
Complementary color
Monochromatic Colors of #92E266
Black with #92E266
Text Example
Text Example
White with #92E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E266; }
p { color: rgb(146,226,102); }
H1.HeaderClassName
{
color: #92E266;
}
.AnyTagClassName
{
color: #92E266;
}
</style>
background-color css
<style>
a { background-color: #92E266; }
a { background-color: rgb(146,226,102); }
div.DivClassName
{
background-color: #92E266;
}
.BgClassName
{
background-color: #92E266;
}
</style>
border-color css
<style>
span { border-color: #92E266; }
span { border-color: rgb(146,226,102); }
td.TdClassName
{
border-color: #92E266;
}
.TagClassName
{
border-color: #92E266;
}
</style>