Shades of Gossip #92DC6D
Tints of Gossip #92DC6D
RGB
CMYK
RGB Variations
Color information
#92DC6D (or 0x92DC6D) is known color: Gossip. HEX triplet: 92, DC and 6D. RGB value is (146,220,109). Sum of RGB (Red+Green+Blue) = 146+220+109=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DC6D is #6D2392. Grayscale: #B9B9B9. Windows color (decimal): -7152531 or 7199890. OLE color: 7199890.
HSL color Cylindrical-coordinate representation of color #92DC6D: hue angle of 100º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92DC6D is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 109 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.14 |
| HSL | 100º | 0.61% | 0.65% | - |
| HSV(B) | 100º | 0.5% | 0.86% | - |
| XYZ | 40.21 | 58.4 | 23.62 | - |
| YUV | 185.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 109 | 0.34 | 0 | 0.50 | 0.14 | 100 | 0.61 | 0.65 |
| Hex | 92 | DC | 6D | 22 | 0 | 32 | E | 64 | 3D | 41 |
| Octal | 222 | 334 | 155 | 42 | 0 | 62 | 16 | 144 | 75 | 101 |
| Binary | 10010010 | 11011100 | 1101101 | 100010 | 0 | 110010 | 1110 | 1100100 | 111101 | 1000001 |
Color Harmonies of #92DC6D
Complementary color
Monochromatic Colors of #92DC6D
Black with #92DC6D
Text Example
Text Example
White with #92DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DC6D; }
p { color: rgb(146,220,109); }
H1.HeaderClassName
{
color: #92DC6D;
}
.AnyTagClassName
{
color: #92DC6D;
}
</style>
background-color css
<style>
a { background-color: #92DC6D; }
a { background-color: rgb(146,220,109); }
div.DivClassName
{
background-color: #92DC6D;
}
.BgClassName
{
background-color: #92DC6D;
}
</style>
border-color css
<style>
span { border-color: #92DC6D; }
span { border-color: rgb(146,220,109); }
td.TdClassName
{
border-color: #92DC6D;
}
.TagClassName
{
border-color: #92DC6D;
}
</style>