Shades of Gossip #93C582
Tints of Gossip #93C582
RGB
CMYK
RGB Variations
Color information
#93C582 (or 0x93C582) is known color: Gossip. HEX triplet: 93, C5 and 82. RGB value is (147,197,130). Sum of RGB (Red+Green+Blue) = 147+197+130=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #93C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C582 is #6C3A7D. Grayscale: #AEAEAE. Windows color (decimal): -7092862 or 8570259. OLE color: 8570259.
HSL color Cylindrical-coordinate representation of color #93C582: hue angle of 104.78º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93C582 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 130 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.23 |
| HSL | 104.78º | 0.37% | 0.64% | - |
| HSV(B) | 104.78º | 0.34% | 0.77% | - |
| XYZ | 36.03 | 47.75 | 28.44 | - |
| YUV | 174.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 130 | 0.25 | 0 | 0.34 | 0.23 | 104.78 | 0.37 | 0.64 |
| Hex | 93 | C5 | 82 | 19 | 0 | 22 | 17 | 69 | 25 | 40 |
| Octal | 223 | 305 | 202 | 31 | 0 | 42 | 27 | 151 | 45 | 100 |
| Binary | 10010011 | 11000101 | 10000010 | 11001 | 0 | 100010 | 10111 | 1101001 | 100101 | 1000000 |
Color Harmonies of #93C582
Complementary color
Monochromatic Colors of #93C582
Black with #93C582
Text Example
Text Example
White with #93C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C582; }
p { color: rgb(147,197,130); }
H1.HeaderClassName
{
color: #93C582;
}
.AnyTagClassName
{
color: #93C582;
}
</style>
background-color css
<style>
a { background-color: #93C582; }
a { background-color: rgb(147,197,130); }
div.DivClassName
{
background-color: #93C582;
}
.BgClassName
{
background-color: #93C582;
}
</style>
border-color css
<style>
span { border-color: #93C582; }
span { border-color: rgb(147,197,130); }
td.TdClassName
{
border-color: #93C582;
}
.TagClassName
{
border-color: #93C582;
}
</style>