Shades of Gossip #92C07F
Tints of Gossip #92C07F
RGB
CMYK
RGB Variations
Color information
#92C07F (or 0x92C07F) is known color: Gossip. HEX triplet: 92, C0 and 7F. RGB value is (146,192,127). Sum of RGB (Red+Green+Blue) = 146+192+127=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #92C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C07F is #6D3F80. Grayscale: #ABABAB. Windows color (decimal): -7159681 or 8372370. OLE color: 8372370.
HSL color Cylindrical-coordinate representation of color #92C07F: hue angle of 102.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92C07F is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 127 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.25 |
| HSL | 102.46º | 0.34% | 0.63% | - |
| HSV(B) | 102.46º | 0.34% | 0.75% | - |
| XYZ | 34.53 | 45.34 | 27.01 | - |
| YUV | 170.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 127 | 0.24 | 0 | 0.34 | 0.25 | 102.46 | 0.34 | 0.63 |
| Hex | 92 | C0 | 7F | 18 | 0 | 22 | 19 | 66 | 22 | 3F |
| Octal | 222 | 300 | 177 | 30 | 0 | 42 | 31 | 146 | 42 | 77 |
| Binary | 10010010 | 11000000 | 1111111 | 11000 | 0 | 100010 | 11001 | 1100110 | 100010 | 111111 |
Color Harmonies of #92C07F
Complementary color
Monochromatic Colors of #92C07F
Black with #92C07F
Text Example
Text Example
White with #92C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C07F; }
p { color: rgb(146,192,127); }
H1.HeaderClassName
{
color: #92C07F;
}
.AnyTagClassName
{
color: #92C07F;
}
</style>
background-color css
<style>
a { background-color: #92C07F; }
a { background-color: rgb(146,192,127); }
div.DivClassName
{
background-color: #92C07F;
}
.BgClassName
{
background-color: #92C07F;
}
</style>
border-color css
<style>
span { border-color: #92C07F; }
span { border-color: rgb(146,192,127); }
td.TdClassName
{
border-color: #92C07F;
}
.TagClassName
{
border-color: #92C07F;
}
</style>