Shades of Gossip #92E06C
Tints of Gossip #92E06C
RGB
CMYK
RGB Variations
Color information
#92E06C (or 0x92E06C) is known color: Gossip. HEX triplet: 92, E0 and 6C. RGB value is (146,224,108). Sum of RGB (Red+Green+Blue) = 146+224+108=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #92E06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92E06C is #6D1F93. Grayscale: #BBBBBB. Windows color (decimal): -7151508 or 7135378. OLE color: 7135378.
HSL color Cylindrical-coordinate representation of color #92E06C: hue angle of 100.34º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #92E06C is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 224 | 108 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.12 |
| HSL | 100.34º | 0.65% | 0.65% | - |
| HSV(B) | 100.34º | 0.52% | 0.88% | - |
| XYZ | 41.22 | 60.51 | 23.69 | - |
| YUV | 187.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 224 | 108 | 0.35 | 0 | 0.52 | 0.12 | 100.34 | 0.65 | 0.65 |
| Hex | 92 | E0 | 6C | 23 | 0 | 34 | C | 64 | 41 | 41 |
| Octal | 222 | 340 | 154 | 43 | 0 | 64 | 14 | 144 | 101 | 101 |
| Binary | 10010010 | 11100000 | 1101100 | 100011 | 0 | 110100 | 1100 | 1100100 | 1000001 | 1000001 |
Color Harmonies of #92E06C
Complementary color
Monochromatic Colors of #92E06C
Black with #92E06C
Text Example
Text Example
White with #92E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E06C; }
p { color: rgb(146,224,108); }
H1.HeaderClassName
{
color: #92E06C;
}
.AnyTagClassName
{
color: #92E06C;
}
</style>
background-color css
<style>
a { background-color: #92E06C; }
a { background-color: rgb(146,224,108); }
div.DivClassName
{
background-color: #92E06C;
}
.BgClassName
{
background-color: #92E06C;
}
</style>
border-color css
<style>
span { border-color: #92E06C; }
span { border-color: rgb(146,224,108); }
td.TdClassName
{
border-color: #92E06C;
}
.TagClassName
{
border-color: #92E06C;
}
</style>