Shades of Gossip #92D96D
Tints of Gossip #92D96D
RGB
CMYK
RGB Variations
Color information
#92D96D (or 0x92D96D) is known color: Gossip. HEX triplet: 92, D9 and 6D. RGB value is (146,217,109). Sum of RGB (Red+Green+Blue) = 146+217+109=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #92D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D96D is #6D2692. Grayscale: #B7B7B7. Windows color (decimal): -7153299 or 7199122. OLE color: 7199122.
HSL color Cylindrical-coordinate representation of color #92D96D: hue angle of 99.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92D96D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 217 | 109 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.15 |
| HSL | 99.44º | 0.59% | 0.64% | - |
| HSV(B) | 99.44º | 0.5% | 0.85% | - |
| XYZ | 39.43 | 56.84 | 23.36 | - |
| YUV | 183.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 217 | 109 | 0.33 | 0 | 0.50 | 0.15 | 99.44 | 0.59 | 0.64 |
| Hex | 92 | D9 | 6D | 21 | 0 | 32 | F | 63 | 3B | 40 |
| Octal | 222 | 331 | 155 | 41 | 0 | 62 | 17 | 143 | 73 | 100 |
| Binary | 10010010 | 11011001 | 1101101 | 100001 | 0 | 110010 | 1111 | 1100011 | 111011 | 1000000 |
Color Harmonies of #92D96D
Complementary color
Monochromatic Colors of #92D96D
Black with #92D96D
Text Example
Text Example
White with #92D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D96D; }
p { color: rgb(146,217,109); }
H1.HeaderClassName
{
color: #92D96D;
}
.AnyTagClassName
{
color: #92D96D;
}
</style>
background-color css
<style>
a { background-color: #92D96D; }
a { background-color: rgb(146,217,109); }
div.DivClassName
{
background-color: #92D96D;
}
.BgClassName
{
background-color: #92D96D;
}
</style>
border-color css
<style>
span { border-color: #92D96D; }
span { border-color: rgb(146,217,109); }
td.TdClassName
{
border-color: #92D96D;
}
.TagClassName
{
border-color: #92D96D;
}
</style>