Shades of Gossip #92D779
Tints of Gossip #92D779
RGB
CMYK
RGB Variations
Color information
#92D779 (or 0x92D779) is known color: Gossip. HEX triplet: 92, D7 and 79. RGB value is (146,215,121). Sum of RGB (Red+Green+Blue) = 146+215+121=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #92D779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D779 is #6D2886. Grayscale: #B7B7B7. Windows color (decimal): -7153799 or 7985042. OLE color: 7985042.
HSL color Cylindrical-coordinate representation of color #92D779: hue angle of 104.04º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92D779 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 215 | 121 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.16 |
| HSL | 104.04º | 0.54% | 0.66% | - |
| HSV(B) | 104.04º | 0.44% | 0.84% | - |
| XYZ | 39.61 | 56.09 | 26.83 | - |
| YUV | 183.65 | 92.64 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 215 | 121 | 0.32 | 0 | 0.44 | 0.16 | 104.04 | 0.54 | 0.66 |
| Hex | 92 | D7 | 79 | 20 | 0 | 2C | 10 | 68 | 36 | 42 |
| Octal | 222 | 327 | 171 | 40 | 0 | 54 | 20 | 150 | 66 | 102 |
| Binary | 10010010 | 11010111 | 1111001 | 100000 | 0 | 101100 | 10000 | 1101000 | 110110 | 1000010 |
Color Harmonies of #92D779
Complementary color
Monochromatic Colors of #92D779
Black with #92D779
Text Example
Text Example
White with #92D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D779; }
p { color: rgb(146,215,121); }
H1.HeaderClassName
{
color: #92D779;
}
.AnyTagClassName
{
color: #92D779;
}
</style>
background-color css
<style>
a { background-color: #92D779; }
a { background-color: rgb(146,215,121); }
div.DivClassName
{
background-color: #92D779;
}
.BgClassName
{
background-color: #92D779;
}
</style>
border-color css
<style>
span { border-color: #92D779; }
span { border-color: rgb(146,215,121); }
td.TdClassName
{
border-color: #92D779;
}
.TagClassName
{
border-color: #92D779;
}
</style>