Shades of Gossip #92D677
Tints of Gossip #92D677
RGB
CMYK
RGB Variations
Color information
#92D677 (or 0x92D677) is known color: Gossip. HEX triplet: 92, D6 and 77. RGB value is (146,214,119). Sum of RGB (Red+Green+Blue) = 146+214+119=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #92D677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D677 is #6D2988. Grayscale: #B7B7B7. Windows color (decimal): -7154057 or 7853714. OLE color: 7853714.
HSL color Cylindrical-coordinate representation of color #92D677: hue angle of 102.95º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92D677 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 214 | 119 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.16 |
| HSL | 102.95º | 0.54% | 0.65% | - |
| HSV(B) | 102.95º | 0.44% | 0.84% | - |
| XYZ | 39.23 | 55.54 | 26.1 | - |
| YUV | 182.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 214 | 119 | 0.32 | 0 | 0.44 | 0.16 | 102.95 | 0.54 | 0.65 |
| Hex | 92 | D6 | 77 | 20 | 0 | 2C | 10 | 67 | 36 | 41 |
| Octal | 222 | 326 | 167 | 40 | 0 | 54 | 20 | 147 | 66 | 101 |
| Binary | 10010010 | 11010110 | 1110111 | 100000 | 0 | 101100 | 10000 | 1100111 | 110110 | 1000001 |
Color Harmonies of #92D677
Complementary color
Monochromatic Colors of #92D677
Black with #92D677
Text Example
Text Example
White with #92D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D677; }
p { color: rgb(146,214,119); }
H1.HeaderClassName
{
color: #92D677;
}
.AnyTagClassName
{
color: #92D677;
}
</style>
background-color css
<style>
a { background-color: #92D677; }
a { background-color: rgb(146,214,119); }
div.DivClassName
{
background-color: #92D677;
}
.BgClassName
{
background-color: #92D677;
}
</style>
border-color css
<style>
span { border-color: #92D677; }
span { border-color: rgb(146,214,119); }
td.TdClassName
{
border-color: #92D677;
}
.TagClassName
{
border-color: #92D677;
}
</style>