Shades of Gossip #92D175
Tints of Gossip #92D175
RGB
CMYK
RGB Variations
Color information
#92D175 (or 0x92D175) is known color: Gossip. HEX triplet: 92, D1 and 75. RGB value is (146,209,117). Sum of RGB (Red+Green+Blue) = 146+209+117=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #92D175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D175 is #6D2E8A. Grayscale: #B3B3B3. Windows color (decimal): -7155339 or 7721362. OLE color: 7721362.
HSL color Cylindrical-coordinate representation of color #92D175: hue angle of 101.09º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92D175 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 209 | 117 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.18 |
| HSL | 101.09º | 0.5% | 0.64% | - |
| HSV(B) | 101.09º | 0.44% | 0.82% | - |
| XYZ | 37.87 | 53 | 25.06 | - |
| YUV | 179.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 209 | 117 | 0.30 | 0 | 0.44 | 0.18 | 101.09 | 0.5 | 0.64 |
| Hex | 92 | D1 | 75 | 1E | 0 | 2C | 12 | 65 | 32 | 40 |
| Octal | 222 | 321 | 165 | 36 | 0 | 54 | 22 | 145 | 62 | 100 |
| Binary | 10010010 | 11010001 | 1110101 | 11110 | 0 | 101100 | 10010 | 1100101 | 110010 | 1000000 |
Color Harmonies of #92D175
Complementary color
Monochromatic Colors of #92D175
Black with #92D175
Text Example
Text Example
White with #92D175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D175; }
p { color: rgb(146,209,117); }
H1.HeaderClassName
{
color: #92D175;
}
.AnyTagClassName
{
color: #92D175;
}
</style>
background-color css
<style>
a { background-color: #92D175; }
a { background-color: rgb(146,209,117); }
div.DivClassName
{
background-color: #92D175;
}
.BgClassName
{
background-color: #92D175;
}
</style>
border-color css
<style>
span { border-color: #92D175; }
span { border-color: rgb(146,209,117); }
td.TdClassName
{
border-color: #92D175;
}
.TagClassName
{
border-color: #92D175;
}
</style>