Shades of Gossip #92D680
Tints of Gossip #92D680
RGB
CMYK
RGB Variations
Color information
#92D680 (or 0x92D680) is known color: Gossip. HEX triplet: 92, D6 and 80. RGB value is (146,214,128). Sum of RGB (Red+Green+Blue) = 146+214+128=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #92D680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D680 is #6D297F. Grayscale: #B8B8B8. Windows color (decimal): -7154048 or 8443538. OLE color: 8443538.
HSL color Cylindrical-coordinate representation of color #92D680: hue angle of 107.44º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92D680 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 214 | 128 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.16 |
| HSL | 107.44º | 0.51% | 0.67% | - |
| HSV(B) | 107.44º | 0.4% | 0.84% | - |
| XYZ | 39.8 | 55.76 | 29.09 | - |
| YUV | 183.86 | 96.47 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 214 | 128 | 0.32 | 0 | 0.40 | 0.16 | 107.44 | 0.51 | 0.67 |
| Hex | 92 | D6 | 80 | 20 | 0 | 28 | 10 | 6B | 33 | 43 |
| Octal | 222 | 326 | 200 | 40 | 0 | 50 | 20 | 153 | 63 | 103 |
| Binary | 10010010 | 11010110 | 10000000 | 100000 | 0 | 101000 | 10000 | 1101011 | 110011 | 1000011 |
Color Harmonies of #92D680
Complementary color
Monochromatic Colors of #92D680
Black with #92D680
Text Example
Text Example
White with #92D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D680; }
p { color: rgb(146,214,128); }
H1.HeaderClassName
{
color: #92D680;
}
.AnyTagClassName
{
color: #92D680;
}
</style>
background-color css
<style>
a { background-color: #92D680; }
a { background-color: rgb(146,214,128); }
div.DivClassName
{
background-color: #92D680;
}
.BgClassName
{
background-color: #92D680;
}
</style>
border-color css
<style>
span { border-color: #92D680; }
span { border-color: rgb(146,214,128); }
td.TdClassName
{
border-color: #92D680;
}
.TagClassName
{
border-color: #92D680;
}
</style>