Shades of Gossip #92D473
Tints of Gossip #92D473
RGB
CMYK
RGB Variations
Color information
#92D473 (or 0x92D473) is known color: Gossip. HEX triplet: 92, D4 and 73. RGB value is (146,212,115). Sum of RGB (Red+Green+Blue) = 146+212+115=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #92D473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D473 is #6D2B8C. Grayscale: #B5B5B5. Windows color (decimal): -7154573 or 7591058. OLE color: 7591058.
HSL color Cylindrical-coordinate representation of color #92D473: hue angle of 100.82º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92D473 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 212 | 115 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.17 |
| HSL | 100.82º | 0.53% | 0.64% | - |
| HSV(B) | 100.82º | 0.46% | 0.83% | - |
| XYZ | 38.49 | 54.44 | 24.7 | - |
| YUV | 181.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 212 | 115 | 0.31 | 0 | 0.46 | 0.17 | 100.82 | 0.53 | 0.64 |
| Hex | 92 | D4 | 73 | 1F | 0 | 2E | 11 | 65 | 35 | 40 |
| Octal | 222 | 324 | 163 | 37 | 0 | 56 | 21 | 145 | 65 | 100 |
| Binary | 10010010 | 11010100 | 1110011 | 11111 | 0 | 101110 | 10001 | 1100101 | 110101 | 1000000 |
Color Harmonies of #92D473
Complementary color
Monochromatic Colors of #92D473
Black with #92D473
Text Example
Text Example
White with #92D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D473; }
p { color: rgb(146,212,115); }
H1.HeaderClassName
{
color: #92D473;
}
.AnyTagClassName
{
color: #92D473;
}
</style>
background-color css
<style>
a { background-color: #92D473; }
a { background-color: rgb(146,212,115); }
div.DivClassName
{
background-color: #92D473;
}
.BgClassName
{
background-color: #92D473;
}
</style>
border-color css
<style>
span { border-color: #92D473; }
span { border-color: rgb(146,212,115); }
td.TdClassName
{
border-color: #92D473;
}
.TagClassName
{
border-color: #92D473;
}
</style>