Shades of Gossip #92D082
Tints of Gossip #92D082
RGB
CMYK
RGB Variations
Color information
#92D082 (or 0x92D082) is known color: Gossip. HEX triplet: 92, D0 and 82. RGB value is (146,208,130). Sum of RGB (Red+Green+Blue) = 146+208+130=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #92D082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D082 is #6D2F7D. Grayscale: #B4B4B4. Windows color (decimal): -7155582 or 8573074. OLE color: 8573074.
HSL color Cylindrical-coordinate representation of color #92D082: hue angle of 107.69º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92D082 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 130 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.18 |
| HSL | 107.69º | 0.45% | 0.66% | - |
| HSV(B) | 107.69º | 0.38% | 0.82% | - |
| XYZ | 38.44 | 52.83 | 29.29 | - |
| YUV | 180.57 | 99.46 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 130 | 0.30 | 0 | 0.38 | 0.18 | 107.69 | 0.45 | 0.66 |
| Hex | 92 | D0 | 82 | 1E | 0 | 26 | 12 | 6C | 2D | 42 |
| Octal | 222 | 320 | 202 | 36 | 0 | 46 | 22 | 154 | 55 | 102 |
| Binary | 10010010 | 11010000 | 10000010 | 11110 | 0 | 100110 | 10010 | 1101100 | 101101 | 1000010 |
Color Harmonies of #92D082
Complementary color
Monochromatic Colors of #92D082
Black with #92D082
Text Example
Text Example
White with #92D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D082; }
p { color: rgb(146,208,130); }
H1.HeaderClassName
{
color: #92D082;
}
.AnyTagClassName
{
color: #92D082;
}
</style>
background-color css
<style>
a { background-color: #92D082; }
a { background-color: rgb(146,208,130); }
div.DivClassName
{
background-color: #92D082;
}
.BgClassName
{
background-color: #92D082;
}
</style>
border-color css
<style>
span { border-color: #92D082; }
span { border-color: rgb(146,208,130); }
td.TdClassName
{
border-color: #92D082;
}
.TagClassName
{
border-color: #92D082;
}
</style>