Shades of Gossip #92E378
Tints of Gossip #92E378
RGB
CMYK
RGB Variations
Color information
#92E378 (or 0x92E378) is known color: Gossip. HEX triplet: 92, E3 and 78. RGB value is (146,227,120). Sum of RGB (Red+Green+Blue) = 146+227+120=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #92E378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92E378 is #6D1C87. Grayscale: #BEBEBE. Windows color (decimal): -7150728 or 7922578. OLE color: 7922578.
HSL color Cylindrical-coordinate representation of color #92E378: hue angle of 105.42º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92E378 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 227 | 120 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.11 |
| HSL | 105.42º | 0.66% | 0.68% | - |
| HSV(B) | 105.42º | 0.47% | 0.89% | - |
| XYZ | 42.71 | 62.41 | 27.56 | - |
| YUV | 190.58 | 88.16 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 227 | 120 | 0.36 | 0 | 0.47 | 0.11 | 105.42 | 0.66 | 0.68 |
| Hex | 92 | E3 | 78 | 24 | 0 | 2F | B | 69 | 42 | 44 |
| Octal | 222 | 343 | 170 | 44 | 0 | 57 | 13 | 151 | 102 | 104 |
| Binary | 10010010 | 11100011 | 1111000 | 100100 | 0 | 101111 | 1011 | 1101001 | 1000010 | 1000100 |
Color Harmonies of #92E378
Complementary color
Monochromatic Colors of #92E378
Black with #92E378
Text Example
Text Example
White with #92E378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E378; }
p { color: rgb(146,227,120); }
H1.HeaderClassName
{
color: #92E378;
}
.AnyTagClassName
{
color: #92E378;
}
</style>
background-color css
<style>
a { background-color: #92E378; }
a { background-color: rgb(146,227,120); }
div.DivClassName
{
background-color: #92E378;
}
.BgClassName
{
background-color: #92E378;
}
</style>
border-color css
<style>
span { border-color: #92E378; }
span { border-color: rgb(146,227,120); }
td.TdClassName
{
border-color: #92E378;
}
.TagClassName
{
border-color: #92E378;
}
</style>