Shades of Gossip #93C482
Tints of Gossip #93C482
RGB
CMYK
RGB Variations
Color information
#93C482 (or 0x93C482) is known color: Gossip. HEX triplet: 93, C4 and 82. RGB value is (147,196,130). Sum of RGB (Red+Green+Blue) = 147+196+130=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #93C482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C482 is #6C3B7D. Grayscale: #AEAEAE. Windows color (decimal): -7093118 or 8570003. OLE color: 8570003.
HSL color Cylindrical-coordinate representation of color #93C482: hue angle of 104.55º degrees, saturation: 0.36, 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 #93C482 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 196 | 130 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.23 |
| HSL | 104.55º | 0.36% | 0.64% | - |
| HSV(B) | 104.55º | 0.34% | 0.77% | - |
| XYZ | 35.8 | 47.29 | 28.36 | - |
| YUV | 173.83 | 103.27 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 196 | 130 | 0.25 | 0 | 0.34 | 0.23 | 104.55 | 0.36 | 0.64 |
| Hex | 93 | C4 | 82 | 19 | 0 | 22 | 17 | 69 | 24 | 40 |
| Octal | 223 | 304 | 202 | 31 | 0 | 42 | 27 | 151 | 44 | 100 |
| Binary | 10010011 | 11000100 | 10000010 | 11001 | 0 | 100010 | 10111 | 1101001 | 100100 | 1000000 |
Color Harmonies of #93C482
Complementary color
Monochromatic Colors of #93C482
Black with #93C482
Text Example
Text Example
White with #93C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C482; }
p { color: rgb(147,196,130); }
H1.HeaderClassName
{
color: #93C482;
}
.AnyTagClassName
{
color: #93C482;
}
</style>
background-color css
<style>
a { background-color: #93C482; }
a { background-color: rgb(147,196,130); }
div.DivClassName
{
background-color: #93C482;
}
.BgClassName
{
background-color: #93C482;
}
</style>
border-color css
<style>
span { border-color: #93C482; }
span { border-color: rgb(147,196,130); }
td.TdClassName
{
border-color: #93C482;
}
.TagClassName
{
border-color: #93C482;
}
</style>