Shades of Gossip #92D673
Tints of Gossip #92D673
RGB
CMYK
RGB Variations
Color information
#92D673 (or 0x92D673) is known color: Gossip. HEX triplet: 92, D6 and 73. RGB value is (146,214,115). Sum of RGB (Red+Green+Blue) = 146+214+115=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #92D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D673 is #6D298C. Grayscale: #B6B6B6. Windows color (decimal): -7154061 or 7591570. OLE color: 7591570.
HSL color Cylindrical-coordinate representation of color #92D673: hue angle of 101.21º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92D673 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 214 | 115 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.16 |
| HSL | 101.21º | 0.55% | 0.65% | - |
| HSV(B) | 101.21º | 0.46% | 0.84% | - |
| XYZ | 39 | 55.44 | 24.87 | - |
| YUV | 182.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 214 | 115 | 0.32 | 0 | 0.46 | 0.16 | 101.21 | 0.55 | 0.65 |
| Hex | 92 | D6 | 73 | 20 | 0 | 2E | 10 | 65 | 37 | 41 |
| Octal | 222 | 326 | 163 | 40 | 0 | 56 | 20 | 145 | 67 | 101 |
| Binary | 10010010 | 11010110 | 1110011 | 100000 | 0 | 101110 | 10000 | 1100101 | 110111 | 1000001 |
Color Harmonies of #92D673
Complementary color
Monochromatic Colors of #92D673
Black with #92D673
Text Example
Text Example
White with #92D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D673; }
p { color: rgb(146,214,115); }
H1.HeaderClassName
{
color: #92D673;
}
.AnyTagClassName
{
color: #92D673;
}
</style>
background-color css
<style>
a { background-color: #92D673; }
a { background-color: rgb(146,214,115); }
div.DivClassName
{
background-color: #92D673;
}
.BgClassName
{
background-color: #92D673;
}
</style>
border-color css
<style>
span { border-color: #92D673; }
span { border-color: rgb(146,214,115); }
td.TdClassName
{
border-color: #92D673;
}
.TagClassName
{
border-color: #92D673;
}
</style>