Shades of Gossip #92EC6B
Tints of Gossip #92EC6B
RGB
CMYK
RGB Variations
Color information
#92EC6B (or 0x92EC6B) is known color: Gossip. HEX triplet: 92, EC and 6B. RGB value is (146,236,107). Sum of RGB (Red+Green+Blue) = 146+236+107=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EC6B is #6D1394. Grayscale: #C2C2C2. Windows color (decimal): -7148437 or 7072914. OLE color: 7072914.
HSL color Cylindrical-coordinate representation of color #92EC6B: hue angle of 101.86º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #92EC6B is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 107 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.07 |
| HSL | 101.86º | 0.77% | 0.67% | - |
| HSV(B) | 101.86º | 0.55% | 0.93% | - |
| XYZ | 44.5 | 67.16 | 24.53 | - |
| YUV | 194.38 | 78.68 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 107 | 0.38 | 0 | 0.55 | 0.07 | 101.86 | 0.77 | 0.67 |
| Hex | 92 | EC | 6B | 26 | 0 | 37 | 7 | 66 | 4D | 43 |
| Octal | 222 | 354 | 153 | 46 | 0 | 67 | 7 | 146 | 115 | 103 |
| Binary | 10010010 | 11101100 | 1101011 | 100110 | 0 | 110111 | 111 | 1100110 | 1001101 | 1000011 |
Color Harmonies of #92EC6B
Complementary color
Monochromatic Colors of #92EC6B
Black with #92EC6B
Text Example
Text Example
White with #92EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC6B; }
p { color: rgb(146,236,107); }
H1.HeaderClassName
{
color: #92EC6B;
}
.AnyTagClassName
{
color: #92EC6B;
}
</style>
background-color css
<style>
a { background-color: #92EC6B; }
a { background-color: rgb(146,236,107); }
div.DivClassName
{
background-color: #92EC6B;
}
.BgClassName
{
background-color: #92EC6B;
}
</style>
border-color css
<style>
span { border-color: #92EC6B; }
span { border-color: rgb(146,236,107); }
td.TdClassName
{
border-color: #92EC6B;
}
.TagClassName
{
border-color: #92EC6B;
}
</style>