Shades of Gossip #92C080
Tints of Gossip #92C080
RGB
CMYK
RGB Variations
Color information
#92C080 (or 0x92C080) is known color: Gossip. HEX triplet: 92, C0 and 80. RGB value is (146,192,128). Sum of RGB (Red+Green+Blue) = 146+192+128=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #92C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C080 is #6D3F7F. Grayscale: #ABABAB. Windows color (decimal): -7159680 or 8437906. OLE color: 8437906.
HSL color Cylindrical-coordinate representation of color #92C080: hue angle of 103.12º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92C080 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 128 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.25 |
| HSL | 103.13º | 0.34% | 0.63% | - |
| HSV(B) | 103.13º | 0.33% | 0.75% | - |
| XYZ | 34.6 | 45.37 | 27.36 | - |
| YUV | 170.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 128 | 0.24 | 0 | 0.33 | 0.25 | 103.13 | 0.34 | 0.63 |
| Hex | 92 | C0 | 80 | 18 | 0 | 21 | 19 | 67 | 22 | 3F |
| Octal | 222 | 300 | 200 | 30 | 0 | 41 | 31 | 147 | 42 | 77 |
| Binary | 10010010 | 11000000 | 10000000 | 11000 | 0 | 100001 | 11001 | 1100111 | 100010 | 111111 |
Color Harmonies of #92C080
Complementary color
Monochromatic Colors of #92C080
Black with #92C080
Text Example
Text Example
White with #92C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C080; }
p { color: rgb(146,192,128); }
H1.HeaderClassName
{
color: #92C080;
}
.AnyTagClassName
{
color: #92C080;
}
</style>
background-color css
<style>
a { background-color: #92C080; }
a { background-color: rgb(146,192,128); }
div.DivClassName
{
background-color: #92C080;
}
.BgClassName
{
background-color: #92C080;
}
</style>
border-color css
<style>
span { border-color: #92C080; }
span { border-color: rgb(146,192,128); }
td.TdClassName
{
border-color: #92C080;
}
.TagClassName
{
border-color: #92C080;
}
</style>