Shades of Gossip #92C579
Tints of Gossip #92C579
RGB
CMYK
RGB Variations
Color information
#92C579 (or 0x92C579) is known color: Gossip. HEX triplet: 92, C5 and 79. RGB value is (146,197,121). Sum of RGB (Red+Green+Blue) = 146+197+121=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #92C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C579 is #6D3A86. Grayscale: #ADADAD. Windows color (decimal): -7158407 or 7980434. OLE color: 7980434.
HSL color Cylindrical-coordinate representation of color #92C579: hue angle of 100.26º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92C579 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 121 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.23 |
| HSL | 100.26º | 0.4% | 0.62% | - |
| HSV(B) | 100.26º | 0.39% | 0.77% | - |
| XYZ | 35.27 | 47.42 | 25.38 | - |
| YUV | 173.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 121 | 0.26 | 0 | 0.39 | 0.23 | 100.26 | 0.4 | 0.62 |
| Hex | 92 | C5 | 79 | 1A | 0 | 27 | 17 | 64 | 28 | 3E |
| Octal | 222 | 305 | 171 | 32 | 0 | 47 | 27 | 144 | 50 | 76 |
| Binary | 10010010 | 11000101 | 1111001 | 11010 | 0 | 100111 | 10111 | 1100100 | 101000 | 111110 |
Color Harmonies of #92C579
Complementary color
Monochromatic Colors of #92C579
Black with #92C579
Text Example
Text Example
White with #92C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C579; }
p { color: rgb(146,197,121); }
H1.HeaderClassName
{
color: #92C579;
}
.AnyTagClassName
{
color: #92C579;
}
</style>
background-color css
<style>
a { background-color: #92C579; }
a { background-color: rgb(146,197,121); }
div.DivClassName
{
background-color: #92C579;
}
.BgClassName
{
background-color: #92C579;
}
</style>
border-color css
<style>
span { border-color: #92C579; }
span { border-color: rgb(146,197,121); }
td.TdClassName
{
border-color: #92C579;
}
.TagClassName
{
border-color: #92C579;
}
</style>