Shades of Gossip #92E674
Tints of Gossip #92E674
RGB
CMYK
RGB Variations
Color information
#92E674 (or 0x92E674) is known color: Gossip. HEX triplet: 92, E6 and 74. RGB value is (146,230,116). Sum of RGB (Red+Green+Blue) = 146+230+116=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #92E674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92E674 is #6D198B. Grayscale: #C0C0C0. Windows color (decimal): -7149964 or 7661202. OLE color: 7661202.
HSL color Cylindrical-coordinate representation of color #92E674: hue angle of 104.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92E674 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 230 | 116 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.10 |
| HSL | 104.21º | 0.7% | 0.68% | - |
| HSV(B) | 104.21º | 0.5% | 0.9% | - |
| XYZ | 43.3 | 63.97 | 26.59 | - |
| YUV | 191.89 | 85.17 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 230 | 116 | 0.37 | 0 | 0.50 | 0.10 | 104.21 | 0.7 | 0.68 |
| Hex | 92 | E6 | 74 | 25 | 0 | 32 | A | 68 | 46 | 44 |
| Octal | 222 | 346 | 164 | 45 | 0 | 62 | 12 | 150 | 106 | 104 |
| Binary | 10010010 | 11100110 | 1110100 | 100101 | 0 | 110010 | 1010 | 1101000 | 1000110 | 1000100 |
Color Harmonies of #92E674
Complementary color
Monochromatic Colors of #92E674
Black with #92E674
Text Example
Text Example
White with #92E674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E674; }
p { color: rgb(146,230,116); }
H1.HeaderClassName
{
color: #92E674;
}
.AnyTagClassName
{
color: #92E674;
}
</style>
background-color css
<style>
a { background-color: #92E674; }
a { background-color: rgb(146,230,116); }
div.DivClassName
{
background-color: #92E674;
}
.BgClassName
{
background-color: #92E674;
}
</style>
border-color css
<style>
span { border-color: #92E674; }
span { border-color: rgb(146,230,116); }
td.TdClassName
{
border-color: #92E674;
}
.TagClassName
{
border-color: #92E674;
}
</style>