Shades of Gossip #92E968
Tints of Gossip #92E968
RGB
CMYK
RGB Variations
Color information
#92E968 (or 0x92E968) is known color: Gossip. HEX triplet: 92, E9 and 68. RGB value is (146,233,104). Sum of RGB (Red+Green+Blue) = 146+233+104=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #92E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92E968 is #6D1697. Grayscale: #C0C0C0. Windows color (decimal): -7149208 or 6875538. OLE color: 6875538.
HSL color Cylindrical-coordinate representation of color #92E968: hue angle of 100.47º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #92E968 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 233 | 104 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.09 |
| HSL | 100.47º | 0.75% | 0.66% | - |
| HSV(B) | 100.47º | 0.55% | 0.91% | - |
| XYZ | 43.49 | 65.39 | 23.43 | - |
| YUV | 192.28 | 78.18 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 233 | 104 | 0.37 | 0 | 0.55 | 0.09 | 100.47 | 0.75 | 0.66 |
| Hex | 92 | E9 | 68 | 25 | 0 | 37 | 9 | 64 | 4B | 42 |
| Octal | 222 | 351 | 150 | 45 | 0 | 67 | 11 | 144 | 113 | 102 |
| Binary | 10010010 | 11101001 | 1101000 | 100101 | 0 | 110111 | 1001 | 1100100 | 1001011 | 1000010 |
Color Harmonies of #92E968
Complementary color
Monochromatic Colors of #92E968
Black with #92E968
Text Example
Text Example
White with #92E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E968; }
p { color: rgb(146,233,104); }
H1.HeaderClassName
{
color: #92E968;
}
.AnyTagClassName
{
color: #92E968;
}
</style>
background-color css
<style>
a { background-color: #92E968; }
a { background-color: rgb(146,233,104); }
div.DivClassName
{
background-color: #92E968;
}
.BgClassName
{
background-color: #92E968;
}
</style>
border-color css
<style>
span { border-color: #92E968; }
span { border-color: rgb(146,233,104); }
td.TdClassName
{
border-color: #92E968;
}
.TagClassName
{
border-color: #92E968;
}
</style>