Shades of Gossip #92D976
Tints of Gossip #92D976
RGB
CMYK
RGB Variations
Color information
#92D976 (or 0x92D976) is known color: Gossip. HEX triplet: 92, D9 and 76. RGB value is (146,217,118). Sum of RGB (Red+Green+Blue) = 146+217+118=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #92D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D976 is #6D2689. Grayscale: #B8B8B8. Windows color (decimal): -7153290 or 7788946. OLE color: 7788946.
HSL color Cylindrical-coordinate representation of color #92D976: hue angle of 103.03º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92D976 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 217 | 118 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.15 |
| HSL | 103.03º | 0.57% | 0.66% | - |
| HSV(B) | 103.03º | 0.46% | 0.85% | - |
| XYZ | 39.94 | 57.04 | 26.05 | - |
| YUV | 184.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 217 | 118 | 0.33 | 0 | 0.46 | 0.15 | 103.03 | 0.57 | 0.66 |
| Hex | 92 | D9 | 76 | 21 | 0 | 2E | F | 67 | 39 | 42 |
| Octal | 222 | 331 | 166 | 41 | 0 | 56 | 17 | 147 | 71 | 102 |
| Binary | 10010010 | 11011001 | 1110110 | 100001 | 0 | 101110 | 1111 | 1100111 | 111001 | 1000010 |
Color Harmonies of #92D976
Complementary color
Monochromatic Colors of #92D976
Black with #92D976
Text Example
Text Example
White with #92D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D976; }
p { color: rgb(146,217,118); }
H1.HeaderClassName
{
color: #92D976;
}
.AnyTagClassName
{
color: #92D976;
}
</style>
background-color css
<style>
a { background-color: #92D976; }
a { background-color: rgb(146,217,118); }
div.DivClassName
{
background-color: #92D976;
}
.BgClassName
{
background-color: #92D976;
}
</style>
border-color css
<style>
span { border-color: #92D976; }
span { border-color: rgb(146,217,118); }
td.TdClassName
{
border-color: #92D976;
}
.TagClassName
{
border-color: #92D976;
}
</style>