Shades of Gossip #92C47C
Tints of Gossip #92C47C
RGB
CMYK
RGB Variations
Color information
#92C47C (or 0x92C47C) is known color: Gossip. HEX triplet: 92, C4 and 7C. RGB value is (146,196,124). Sum of RGB (Red+Green+Blue) = 146+196+124=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #92C47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C47C is #6D3B83. Grayscale: #ADADAD. Windows color (decimal): -7158660 or 8176786. OLE color: 8176786.
HSL color Cylindrical-coordinate representation of color #92C47C: hue angle of 101.67º degrees, saturation: 0.38, 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 #92C47C is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 124 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.23 |
| HSL | 101.67º | 0.38% | 0.63% | - |
| HSV(B) | 101.67º | 0.37% | 0.77% | - |
| XYZ | 35.23 | 47.05 | 26.29 | - |
| YUV | 172.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 124 | 0.26 | 0 | 0.37 | 0.23 | 101.67 | 0.38 | 0.63 |
| Hex | 92 | C4 | 7C | 1A | 0 | 25 | 17 | 66 | 26 | 3F |
| Octal | 222 | 304 | 174 | 32 | 0 | 45 | 27 | 146 | 46 | 77 |
| Binary | 10010010 | 11000100 | 1111100 | 11010 | 0 | 100101 | 10111 | 1100110 | 100110 | 111111 |
Color Harmonies of #92C47C
Complementary color
Monochromatic Colors of #92C47C
Black with #92C47C
Text Example
Text Example
White with #92C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C47C; }
p { color: rgb(146,196,124); }
H1.HeaderClassName
{
color: #92C47C;
}
.AnyTagClassName
{
color: #92C47C;
}
</style>
background-color css
<style>
a { background-color: #92C47C; }
a { background-color: rgb(146,196,124); }
div.DivClassName
{
background-color: #92C47C;
}
.BgClassName
{
background-color: #92C47C;
}
</style>
border-color css
<style>
span { border-color: #92C47C; }
span { border-color: rgb(146,196,124); }
td.TdClassName
{
border-color: #92C47C;
}
.TagClassName
{
border-color: #92C47C;
}
</style>