Shades of Gossip #92EC6C
Tints of Gossip #92EC6C
RGB
CMYK
RGB Variations
Color information
#92EC6C (or 0x92EC6C) is known color: Gossip. HEX triplet: 92, EC and 6C. RGB value is (146,236,108). Sum of RGB (Red+Green+Blue) = 146+236+108=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EC6C is #6D1393. Grayscale: #C2C2C2. Windows color (decimal): -7148436 or 7138450. OLE color: 7138450.
HSL color Cylindrical-coordinate representation of color #92EC6C: hue angle of 102.19º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92EC6C is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 108 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.07 |
| HSL | 102.19º | 0.77% | 0.67% | - |
| HSV(B) | 102.19º | 0.54% | 0.93% | - |
| XYZ | 44.56 | 67.18 | 24.81 | - |
| YUV | 194.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 108 | 0.38 | 0 | 0.54 | 0.07 | 102.19 | 0.77 | 0.67 |
| Hex | 92 | EC | 6C | 26 | 0 | 36 | 7 | 66 | 4D | 43 |
| Octal | 222 | 354 | 154 | 46 | 0 | 66 | 7 | 146 | 115 | 103 |
| Binary | 10010010 | 11101100 | 1101100 | 100110 | 0 | 110110 | 111 | 1100110 | 1001101 | 1000011 |
Color Harmonies of #92EC6C
Complementary color
Monochromatic Colors of #92EC6C
Black with #92EC6C
Text Example
Text Example
White with #92EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC6C; }
p { color: rgb(146,236,108); }
H1.HeaderClassName
{
color: #92EC6C;
}
.AnyTagClassName
{
color: #92EC6C;
}
</style>
background-color css
<style>
a { background-color: #92EC6C; }
a { background-color: rgb(146,236,108); }
div.DivClassName
{
background-color: #92EC6C;
}
.BgClassName
{
background-color: #92EC6C;
}
</style>
border-color css
<style>
span { border-color: #92EC6C; }
span { border-color: rgb(146,236,108); }
td.TdClassName
{
border-color: #92EC6C;
}
.TagClassName
{
border-color: #92EC6C;
}
</style>