Shades of Gossip #92D676
Tints of Gossip #92D676
RGB
CMYK
RGB Variations
Color information
#92D676 (or 0x92D676) is known color: Gossip. HEX triplet: 92, D6 and 76. RGB value is (146,214,118). Sum of RGB (Red+Green+Blue) = 146+214+118=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #92D676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D676 is #6D2989. Grayscale: #B7B7B7. Windows color (decimal): -7154058 or 7788178. OLE color: 7788178.
HSL color Cylindrical-coordinate representation of color #92D676: hue angle of 102.5º degrees, saturation: 0.54, 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 #92D676 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 214 | 118 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.16 |
| HSL | 102.5º | 0.54% | 0.65% | - |
| HSV(B) | 102.5º | 0.45% | 0.84% | - |
| XYZ | 39.17 | 55.51 | 25.79 | - |
| YUV | 182.72 | 91.47 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 214 | 118 | 0.32 | 0 | 0.45 | 0.16 | 102.5 | 0.54 | 0.65 |
| Hex | 92 | D6 | 76 | 20 | 0 | 2D | 10 | 66 | 36 | 41 |
| Octal | 222 | 326 | 166 | 40 | 0 | 55 | 20 | 146 | 66 | 101 |
| Binary | 10010010 | 11010110 | 1110110 | 100000 | 0 | 101101 | 10000 | 1100110 | 110110 | 1000001 |
Color Harmonies of #92D676
Complementary color
Monochromatic Colors of #92D676
Black with #92D676
Text Example
Text Example
White with #92D676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D676; }
p { color: rgb(146,214,118); }
H1.HeaderClassName
{
color: #92D676;
}
.AnyTagClassName
{
color: #92D676;
}
</style>
background-color css
<style>
a { background-color: #92D676; }
a { background-color: rgb(146,214,118); }
div.DivClassName
{
background-color: #92D676;
}
.BgClassName
{
background-color: #92D676;
}
</style>
border-color css
<style>
span { border-color: #92D676; }
span { border-color: rgb(146,214,118); }
td.TdClassName
{
border-color: #92D676;
}
.TagClassName
{
border-color: #92D676;
}
</style>