Shades of Gossip #92DE76
Tints of Gossip #92DE76
RGB
CMYK
RGB Variations
Color information
#92DE76 (or 0x92DE76) is known color: Gossip. HEX triplet: 92, DE and 76. RGB value is (146,222,118). Sum of RGB (Red+Green+Blue) = 146+222+118=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DE76 is #6D2189. Grayscale: #BBBBBB. Windows color (decimal): -7152010 or 7790226. OLE color: 7790226.
HSL color Cylindrical-coordinate representation of color #92DE76: hue angle of 103.85º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92DE76 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 118 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.13 |
| HSL | 103.85º | 0.61% | 0.67% | - |
| HSV(B) | 103.85º | 0.47% | 0.87% | - |
| XYZ | 41.25 | 59.66 | 26.48 | - |
| YUV | 187.42 | 88.82 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 118 | 0.34 | 0 | 0.47 | 0.13 | 103.85 | 0.61 | 0.67 |
| Hex | 92 | DE | 76 | 22 | 0 | 2F | D | 68 | 3D | 43 |
| Octal | 222 | 336 | 166 | 42 | 0 | 57 | 15 | 150 | 75 | 103 |
| Binary | 10010010 | 11011110 | 1110110 | 100010 | 0 | 101111 | 1101 | 1101000 | 111101 | 1000011 |
Color Harmonies of #92DE76
Complementary color
Monochromatic Colors of #92DE76
Black with #92DE76
Text Example
Text Example
White with #92DE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DE76; }
p { color: rgb(146,222,118); }
H1.HeaderClassName
{
color: #92DE76;
}
.AnyTagClassName
{
color: #92DE76;
}
</style>
background-color css
<style>
a { background-color: #92DE76; }
a { background-color: rgb(146,222,118); }
div.DivClassName
{
background-color: #92DE76;
}
.BgClassName
{
background-color: #92DE76;
}
</style>
border-color css
<style>
span { border-color: #92DE76; }
span { border-color: rgb(146,222,118); }
td.TdClassName
{
border-color: #92DE76;
}
.TagClassName
{
border-color: #92DE76;
}
</style>