Shades of Gossip #92EB68
Tints of Gossip #92EB68
RGB
CMYK
RGB Variations
Color information
#92EB68 (or 0x92EB68) is known color: Gossip. HEX triplet: 92, EB and 68. RGB value is (146,235,104). Sum of RGB (Red+Green+Blue) = 146+235+104=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #92EB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EB68 is #6D1497. Grayscale: #C1C1C1. Windows color (decimal): -7148696 or 6876050. OLE color: 6876050.
HSL color Cylindrical-coordinate representation of color #92EB68: hue angle of 100.76º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #92EB68 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 235 | 104 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.08 |
| HSL | 100.76º | 0.77% | 0.66% | - |
| HSV(B) | 100.76º | 0.56% | 0.92% | - |
| XYZ | 44.06 | 66.53 | 23.62 | - |
| YUV | 193.46 | 77.51 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 235 | 104 | 0.38 | 0 | 0.56 | 0.08 | 100.76 | 0.77 | 0.66 |
| Hex | 92 | EB | 68 | 26 | 0 | 38 | 8 | 65 | 4D | 42 |
| Octal | 222 | 353 | 150 | 46 | 0 | 70 | 10 | 145 | 115 | 102 |
| Binary | 10010010 | 11101011 | 1101000 | 100110 | 0 | 111000 | 1000 | 1100101 | 1001101 | 1000010 |
Color Harmonies of #92EB68
Complementary color
Monochromatic Colors of #92EB68
Black with #92EB68
Text Example
Text Example
White with #92EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EB68; }
p { color: rgb(146,235,104); }
H1.HeaderClassName
{
color: #92EB68;
}
.AnyTagClassName
{
color: #92EB68;
}
</style>
background-color css
<style>
a { background-color: #92EB68; }
a { background-color: rgb(146,235,104); }
div.DivClassName
{
background-color: #92EB68;
}
.BgClassName
{
background-color: #92EB68;
}
</style>
border-color css
<style>
span { border-color: #92EB68; }
span { border-color: rgb(146,235,104); }
td.TdClassName
{
border-color: #92EB68;
}
.TagClassName
{
border-color: #92EB68;
}
</style>