Shades of Gossip #92C57C
Tints of Gossip #92C57C
RGB
CMYK
RGB Variations
Color information
#92C57C (or 0x92C57C) is known color: Gossip. HEX triplet: 92, C5 and 7C. RGB value is (146,197,124). Sum of RGB (Red+Green+Blue) = 146+197+124=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #92C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C57C is #6D3A83. Grayscale: #ADADAD. Windows color (decimal): -7158404 or 8177042. OLE color: 8177042.
HSL color Cylindrical-coordinate representation of color #92C57C: hue angle of 101.92º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92C57C is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 124 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.23 |
| HSL | 101.92º | 0.39% | 0.63% | - |
| HSV(B) | 101.92º | 0.37% | 0.77% | - |
| XYZ | 35.46 | 47.5 | 26.37 | - |
| YUV | 173.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 124 | 0.26 | 0 | 0.37 | 0.23 | 101.92 | 0.39 | 0.63 |
| Hex | 92 | C5 | 7C | 1A | 0 | 25 | 17 | 66 | 27 | 3F |
| Octal | 222 | 305 | 174 | 32 | 0 | 45 | 27 | 146 | 47 | 77 |
| Binary | 10010010 | 11000101 | 1111100 | 11010 | 0 | 100101 | 10111 | 1100110 | 100111 | 111111 |
Color Harmonies of #92C57C
Complementary color
Monochromatic Colors of #92C57C
Black with #92C57C
Text Example
Text Example
White with #92C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C57C; }
p { color: rgb(146,197,124); }
H1.HeaderClassName
{
color: #92C57C;
}
.AnyTagClassName
{
color: #92C57C;
}
</style>
background-color css
<style>
a { background-color: #92C57C; }
a { background-color: rgb(146,197,124); }
div.DivClassName
{
background-color: #92C57C;
}
.BgClassName
{
background-color: #92C57C;
}
</style>
border-color css
<style>
span { border-color: #92C57C; }
span { border-color: rgb(146,197,124); }
td.TdClassName
{
border-color: #92C57C;
}
.TagClassName
{
border-color: #92C57C;
}
</style>