Shades of Gossip #92D776
Tints of Gossip #92D776
RGB
CMYK
RGB Variations
Color information
#92D776 (or 0x92D776) is known color: Gossip. HEX triplet: 92, D7 and 76. RGB value is (146,215,118). Sum of RGB (Red+Green+Blue) = 146+215+118=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #92D776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D776 is #6D2889. Grayscale: #B7B7B7. Windows color (decimal): -7153802 or 7788434. OLE color: 7788434.
HSL color Cylindrical-coordinate representation of color #92D776: hue angle of 102.68º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92D776 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 215 | 118 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.16 |
| HSL | 102.68º | 0.55% | 0.65% | - |
| HSV(B) | 102.68º | 0.45% | 0.84% | - |
| XYZ | 39.42 | 56.02 | 25.87 | - |
| YUV | 183.31 | 91.14 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 215 | 118 | 0.32 | 0 | 0.45 | 0.16 | 102.68 | 0.55 | 0.65 |
| Hex | 92 | D7 | 76 | 20 | 0 | 2D | 10 | 67 | 37 | 41 |
| Octal | 222 | 327 | 166 | 40 | 0 | 55 | 20 | 147 | 67 | 101 |
| Binary | 10010010 | 11010111 | 1110110 | 100000 | 0 | 101101 | 10000 | 1100111 | 110111 | 1000001 |
Color Harmonies of #92D776
Complementary color
Monochromatic Colors of #92D776
Black with #92D776
Text Example
Text Example
White with #92D776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D776; }
p { color: rgb(146,215,118); }
H1.HeaderClassName
{
color: #92D776;
}
.AnyTagClassName
{
color: #92D776;
}
</style>
background-color css
<style>
a { background-color: #92D776; }
a { background-color: rgb(146,215,118); }
div.DivClassName
{
background-color: #92D776;
}
.BgClassName
{
background-color: #92D776;
}
</style>
border-color css
<style>
span { border-color: #92D776; }
span { border-color: rgb(146,215,118); }
td.TdClassName
{
border-color: #92D776;
}
.TagClassName
{
border-color: #92D776;
}
</style>