Shades of Gossip #92D774
Tints of Gossip #92D774
RGB
CMYK
RGB Variations
Color information
#92D774 (or 0x92D774) is known color: Gossip. HEX triplet: 92, D7 and 74. RGB value is (146,215,116). Sum of RGB (Red+Green+Blue) = 146+215+116=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #92D774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D774 is #6D288B. Grayscale: #B7B7B7. Windows color (decimal): -7153804 or 7657362. OLE color: 7657362.
HSL color Cylindrical-coordinate representation of color #92D774: hue angle of 101.82º 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 #92D774 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 215 | 116 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.16 |
| HSL | 101.82º | 0.55% | 0.65% | - |
| HSV(B) | 101.82º | 0.46% | 0.84% | - |
| XYZ | 39.31 | 55.97 | 25.26 | - |
| YUV | 183.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 215 | 116 | 0.32 | 0 | 0.46 | 0.16 | 101.82 | 0.55 | 0.65 |
| Hex | 92 | D7 | 74 | 20 | 0 | 2E | 10 | 66 | 37 | 41 |
| Octal | 222 | 327 | 164 | 40 | 0 | 56 | 20 | 146 | 67 | 101 |
| Binary | 10010010 | 11010111 | 1110100 | 100000 | 0 | 101110 | 10000 | 1100110 | 110111 | 1000001 |
Color Harmonies of #92D774
Complementary color
Monochromatic Colors of #92D774
Black with #92D774
Text Example
Text Example
White with #92D774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D774; }
p { color: rgb(146,215,116); }
H1.HeaderClassName
{
color: #92D774;
}
.AnyTagClassName
{
color: #92D774;
}
</style>
background-color css
<style>
a { background-color: #92D774; }
a { background-color: rgb(146,215,116); }
div.DivClassName
{
background-color: #92D774;
}
.BgClassName
{
background-color: #92D774;
}
</style>
border-color css
<style>
span { border-color: #92D774; }
span { border-color: rgb(146,215,116); }
td.TdClassName
{
border-color: #92D774;
}
.TagClassName
{
border-color: #92D774;
}
</style>