Shades of Gossip #92C57A
Tints of Gossip #92C57A
RGB
CMYK
RGB Variations
Color information
#92C57A (or 0x92C57A) is known color: Gossip. HEX triplet: 92, C5 and 7A. RGB value is (146,197,122). Sum of RGB (Red+Green+Blue) = 146+197+122=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #92C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C57A is #6D3A85. Grayscale: #ADADAD. Windows color (decimal): -7158406 or 8045970. OLE color: 8045970.
HSL color Cylindrical-coordinate representation of color #92C57A: hue angle of 100.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92C57A is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 122 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.23 |
| HSL | 100.8º | 0.39% | 0.63% | - |
| HSV(B) | 100.8º | 0.38% | 0.77% | - |
| XYZ | 35.33 | 47.45 | 25.71 | - |
| YUV | 173.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 122 | 0.26 | 0 | 0.38 | 0.23 | 100.8 | 0.39 | 0.63 |
| Hex | 92 | C5 | 7A | 1A | 0 | 26 | 17 | 65 | 27 | 3F |
| Octal | 222 | 305 | 172 | 32 | 0 | 46 | 27 | 145 | 47 | 77 |
| Binary | 10010010 | 11000101 | 1111010 | 11010 | 0 | 100110 | 10111 | 1100101 | 100111 | 111111 |
Color Harmonies of #92C57A
Complementary color
Monochromatic Colors of #92C57A
Black with #92C57A
Text Example
Text Example
White with #92C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C57A; }
p { color: rgb(146,197,122); }
H1.HeaderClassName
{
color: #92C57A;
}
.AnyTagClassName
{
color: #92C57A;
}
</style>
background-color css
<style>
a { background-color: #92C57A; }
a { background-color: rgb(146,197,122); }
div.DivClassName
{
background-color: #92C57A;
}
.BgClassName
{
background-color: #92C57A;
}
</style>
border-color css
<style>
span { border-color: #92C57A; }
span { border-color: rgb(146,197,122); }
td.TdClassName
{
border-color: #92C57A;
}
.TagClassName
{
border-color: #92C57A;
}
</style>