Shades of Gossip #93C983
Tints of Gossip #93C983
RGB
CMYK
RGB Variations
Color information
#93C983 (or 0x93C983) is known color: Gossip. HEX triplet: 93, C9 and 83. RGB value is (147,201,131). Sum of RGB (Red+Green+Blue) = 147+201+131=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #93C983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C983 is #6C367C. Grayscale: #B1B1B1. Windows color (decimal): -7091837 or 8636819. OLE color: 8636819.
HSL color Cylindrical-coordinate representation of color #93C983: hue angle of 106.29º 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 #93C983 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 131 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.21 |
| HSL | 106.29º | 0.39% | 0.65% | - |
| HSV(B) | 106.29º | 0.35% | 0.79% | - |
| XYZ | 37.02 | 49.62 | 29.1 | - |
| YUV | 176.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 131 | 0.27 | 0 | 0.35 | 0.21 | 106.29 | 0.39 | 0.65 |
| Hex | 93 | C9 | 83 | 1B | 0 | 23 | 15 | 6A | 27 | 41 |
| Octal | 223 | 311 | 203 | 33 | 0 | 43 | 25 | 152 | 47 | 101 |
| Binary | 10010011 | 11001001 | 10000011 | 11011 | 0 | 100011 | 10101 | 1101010 | 100111 | 1000001 |
Color Harmonies of #93C983
Complementary color
Monochromatic Colors of #93C983
Black with #93C983
Text Example
Text Example
White with #93C983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C983; }
p { color: rgb(147,201,131); }
H1.HeaderClassName
{
color: #93C983;
}
.AnyTagClassName
{
color: #93C983;
}
</style>
background-color css
<style>
a { background-color: #93C983; }
a { background-color: rgb(147,201,131); }
div.DivClassName
{
background-color: #93C983;
}
.BgClassName
{
background-color: #93C983;
}
</style>
border-color css
<style>
span { border-color: #93C983; }
span { border-color: rgb(147,201,131); }
td.TdClassName
{
border-color: #93C983;
}
.TagClassName
{
border-color: #93C983;
}
</style>