Shades of Gossip #93C682
Tints of Gossip #93C682
RGB
CMYK
RGB Variations
Color information
#93C682 (or 0x93C682) is known color: Gossip. HEX triplet: 93, C6 and 82. RGB value is (147,198,130). Sum of RGB (Red+Green+Blue) = 147+198+130=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #93C682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C682 is #6C397D. Grayscale: #AFAFAF. Windows color (decimal): -7092606 or 8570515. OLE color: 8570515.
HSL color Cylindrical-coordinate representation of color #93C682: hue angle of 105º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93C682 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 130 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.22 |
| HSL | 105º | 0.37% | 0.64% | - |
| HSV(B) | 105º | 0.34% | 0.78% | - |
| XYZ | 36.26 | 48.2 | 28.51 | - |
| YUV | 175 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 130 | 0.26 | 0 | 0.34 | 0.22 | 105 | 0.37 | 0.64 |
| Hex | 93 | C6 | 82 | 1A | 0 | 22 | 16 | 69 | 25 | 40 |
| Octal | 223 | 306 | 202 | 32 | 0 | 42 | 26 | 151 | 45 | 100 |
| Binary | 10010011 | 11000110 | 10000010 | 11010 | 0 | 100010 | 10110 | 1101001 | 100101 | 1000000 |
Color Harmonies of #93C682
Complementary color
Monochromatic Colors of #93C682
Black with #93C682
Text Example
Text Example
White with #93C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C682; }
p { color: rgb(147,198,130); }
H1.HeaderClassName
{
color: #93C682;
}
.AnyTagClassName
{
color: #93C682;
}
</style>
background-color css
<style>
a { background-color: #93C682; }
a { background-color: rgb(147,198,130); }
div.DivClassName
{
background-color: #93C682;
}
.BgClassName
{
background-color: #93C682;
}
</style>
border-color css
<style>
span { border-color: #93C682; }
span { border-color: rgb(147,198,130); }
td.TdClassName
{
border-color: #93C682;
}
.TagClassName
{
border-color: #93C682;
}
</style>