Shades of Gossip #92D880
Tints of Gossip #92D880
RGB
CMYK
RGB Variations
Color information
#92D880 (or 0x92D880) is known color: Gossip. HEX triplet: 92, D8 and 80. RGB value is (146,216,128). Sum of RGB (Red+Green+Blue) = 146+216+128=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #92D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D880 is #6D277F. Grayscale: #B9B9B9. Windows color (decimal): -7153536 or 8444050. OLE color: 8444050.
HSL color Cylindrical-coordinate representation of color #92D880: hue angle of 107.73º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92D880 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 216 | 128 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.15 |
| HSL | 107.73º | 0.53% | 0.67% | - |
| HSV(B) | 107.73º | 0.41% | 0.85% | - |
| XYZ | 40.31 | 56.78 | 29.26 | - |
| YUV | 185.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 216 | 128 | 0.32 | 0 | 0.41 | 0.15 | 107.73 | 0.53 | 0.67 |
| Hex | 92 | D8 | 80 | 20 | 0 | 29 | F | 6C | 35 | 43 |
| Octal | 222 | 330 | 200 | 40 | 0 | 51 | 17 | 154 | 65 | 103 |
| Binary | 10010010 | 11011000 | 10000000 | 100000 | 0 | 101001 | 1111 | 1101100 | 110101 | 1000011 |
Color Harmonies of #92D880
Complementary color
Monochromatic Colors of #92D880
Black with #92D880
Text Example
Text Example
White with #92D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D880; }
p { color: rgb(146,216,128); }
H1.HeaderClassName
{
color: #92D880;
}
.AnyTagClassName
{
color: #92D880;
}
</style>
background-color css
<style>
a { background-color: #92D880; }
a { background-color: rgb(146,216,128); }
div.DivClassName
{
background-color: #92D880;
}
.BgClassName
{
background-color: #92D880;
}
</style>
border-color css
<style>
span { border-color: #92D880; }
span { border-color: rgb(146,216,128); }
td.TdClassName
{
border-color: #92D880;
}
.TagClassName
{
border-color: #92D880;
}
</style>