Shades of Gossip #92C877
Tints of Gossip #92C877
RGB
CMYK
RGB Variations
Color information
#92C877 (or 0x92C877) is known color: Gossip. HEX triplet: 92, C8 and 77. RGB value is (146,200,119). Sum of RGB (Red+Green+Blue) = 146+200+119=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #92C877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C877 is #6D3788. Grayscale: #AEAEAE. Windows color (decimal): -7157641 or 7850130. OLE color: 7850130.
HSL color Cylindrical-coordinate representation of color #92C877: hue angle of 100º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92C877 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 200 | 119 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.22 |
| HSL | 100º | 0.42% | 0.63% | - |
| HSV(B) | 100º | 0.41% | 0.78% | - |
| XYZ | 35.84 | 48.75 | 24.97 | - |
| YUV | 174.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 119 | 0.27 | 0 | 0.40 | 0.22 | 100 | 0.42 | 0.63 |
| Hex | 92 | C8 | 77 | 1B | 0 | 28 | 16 | 64 | 2A | 3F |
| Octal | 222 | 310 | 167 | 33 | 0 | 50 | 26 | 144 | 52 | 77 |
| Binary | 10010010 | 11001000 | 1110111 | 11011 | 0 | 101000 | 10110 | 1100100 | 101010 | 111111 |
Color Harmonies of #92C877
Complementary color
Monochromatic Colors of #92C877
Black with #92C877
Text Example
Text Example
White with #92C877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C877; }
p { color: rgb(146,200,119); }
H1.HeaderClassName
{
color: #92C877;
}
.AnyTagClassName
{
color: #92C877;
}
</style>
background-color css
<style>
a { background-color: #92C877; }
a { background-color: rgb(146,200,119); }
div.DivClassName
{
background-color: #92C877;
}
.BgClassName
{
background-color: #92C877;
}
</style>
border-color css
<style>
span { border-color: #92C877; }
span { border-color: rgb(146,200,119); }
td.TdClassName
{
border-color: #92C877;
}
.TagClassName
{
border-color: #92C877;
}
</style>