Shades of Gossip #93C784
Tints of Gossip #93C784
RGB
CMYK
RGB Variations
Color information
#93C784 (or 0x93C784) is known color: Gossip. HEX triplet: 93, C7 and 84. RGB value is (147,199,132). Sum of RGB (Red+Green+Blue) = 147+199+132=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #93C784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C784 is #6C387B. Grayscale: #B0B0B0. Windows color (decimal): -7092348 or 8701843. OLE color: 8701843.
HSL color Cylindrical-coordinate representation of color #93C784: hue angle of 106.57º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93C784 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 199 | 132 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.22 |
| HSL | 106.57º | 0.37% | 0.65% | - |
| HSV(B) | 106.57º | 0.34% | 0.78% | - |
| XYZ | 36.62 | 48.72 | 29.3 | - |
| YUV | 175.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 199 | 132 | 0.26 | 0 | 0.34 | 0.22 | 106.57 | 0.37 | 0.65 |
| Hex | 93 | C7 | 84 | 1A | 0 | 22 | 16 | 6B | 25 | 41 |
| Octal | 223 | 307 | 204 | 32 | 0 | 42 | 26 | 153 | 45 | 101 |
| Binary | 10010011 | 11000111 | 10000100 | 11010 | 0 | 100010 | 10110 | 1101011 | 100101 | 1000001 |
Color Harmonies of #93C784
Complementary color
Monochromatic Colors of #93C784
Black with #93C784
Text Example
Text Example
White with #93C784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C784; }
p { color: rgb(147,199,132); }
H1.HeaderClassName
{
color: #93C784;
}
.AnyTagClassName
{
color: #93C784;
}
</style>
background-color css
<style>
a { background-color: #93C784; }
a { background-color: rgb(147,199,132); }
div.DivClassName
{
background-color: #93C784;
}
.BgClassName
{
background-color: #93C784;
}
</style>
border-color css
<style>
span { border-color: #93C784; }
span { border-color: rgb(147,199,132); }
td.TdClassName
{
border-color: #93C784;
}
.TagClassName
{
border-color: #93C784;
}
</style>