Shades of Gossip #92D170
Tints of Gossip #92D170
RGB
CMYK
RGB Variations
Color information
#92D170 (or 0x92D170) is known color: Gossip. HEX triplet: 92, D1 and 70. RGB value is (146,209,112). Sum of RGB (Red+Green+Blue) = 146+209+112=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #92D170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D170 is #6D2E8F. Grayscale: #B3B3B3. Windows color (decimal): -7155344 or 7393682. OLE color: 7393682.
HSL color Cylindrical-coordinate representation of color #92D170: hue angle of 98.97º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92D170 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 209 | 112 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.18 |
| HSL | 98.97º | 0.51% | 0.63% | - |
| HSV(B) | 98.97º | 0.46% | 0.82% | - |
| XYZ | 37.58 | 52.88 | 23.56 | - |
| YUV | 179.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 209 | 112 | 0.30 | 0 | 0.46 | 0.18 | 98.97 | 0.51 | 0.63 |
| Hex | 92 | D1 | 70 | 1E | 0 | 2E | 12 | 63 | 33 | 3F |
| Octal | 222 | 321 | 160 | 36 | 0 | 56 | 22 | 143 | 63 | 77 |
| Binary | 10010010 | 11010001 | 1110000 | 11110 | 0 | 101110 | 10010 | 1100011 | 110011 | 111111 |
Color Harmonies of #92D170
Complementary color
Monochromatic Colors of #92D170
Black with #92D170
Text Example
Text Example
White with #92D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D170; }
p { color: rgb(146,209,112); }
H1.HeaderClassName
{
color: #92D170;
}
.AnyTagClassName
{
color: #92D170;
}
</style>
background-color css
<style>
a { background-color: #92D170; }
a { background-color: rgb(146,209,112); }
div.DivClassName
{
background-color: #92D170;
}
.BgClassName
{
background-color: #92D170;
}
</style>
border-color css
<style>
span { border-color: #92D170; }
span { border-color: rgb(146,209,112); }
td.TdClassName
{
border-color: #92D170;
}
.TagClassName
{
border-color: #92D170;
}
</style>