Shades of Gossip #92C983
Tints of Gossip #92C983
RGB
CMYK
RGB Variations
Color information
#92C983 (or 0x92C983) is known color: Gossip. HEX triplet: 92, C9 and 83. RGB value is (146,201,131). Sum of RGB (Red+Green+Blue) = 146+201+131=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #92C983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C983 is #6D367C. Grayscale: #B0B0B0. Windows color (decimal): -7157373 or 8636818. OLE color: 8636818.
HSL color Cylindrical-coordinate representation of color #92C983: hue angle of 107.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92C983 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 131 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.21 |
| HSL | 107.14º | 0.39% | 0.65% | - |
| HSV(B) | 107.14º | 0.35% | 0.79% | - |
| XYZ | 36.84 | 49.52 | 29.09 | - |
| YUV | 176.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 131 | 0.27 | 0 | 0.35 | 0.21 | 107.14 | 0.39 | 0.65 |
| Hex | 92 | C9 | 83 | 1B | 0 | 23 | 15 | 6B | 27 | 41 |
| Octal | 222 | 311 | 203 | 33 | 0 | 43 | 25 | 153 | 47 | 101 |
| Binary | 10010010 | 11001001 | 10000011 | 11011 | 0 | 100011 | 10101 | 1101011 | 100111 | 1000001 |
Color Harmonies of #92C983
Complementary color
Monochromatic Colors of #92C983
Black with #92C983
Text Example
Text Example
White with #92C983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C983; }
p { color: rgb(146,201,131); }
H1.HeaderClassName
{
color: #92C983;
}
.AnyTagClassName
{
color: #92C983;
}
</style>
background-color css
<style>
a { background-color: #92C983; }
a { background-color: rgb(146,201,131); }
div.DivClassName
{
background-color: #92C983;
}
.BgClassName
{
background-color: #92C983;
}
</style>
border-color css
<style>
span { border-color: #92C983; }
span { border-color: rgb(146,201,131); }
td.TdClassName
{
border-color: #92C983;
}
.TagClassName
{
border-color: #92C983;
}
</style>