Shades of Gossip #93D174
Tints of Gossip #93D174
RGB
CMYK
RGB Variations
Color information
#93D174 (or 0x93D174) is known color: Gossip. HEX triplet: 93, D1 and 74. RGB value is (147,209,116). Sum of RGB (Red+Green+Blue) = 147+209+116=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #93D174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D174 is #6C2E8B. Grayscale: #B4B4B4. Windows color (decimal): -7089804 or 7655827. OLE color: 7655827.
HSL color Cylindrical-coordinate representation of color #93D174: hue angle of 100º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93D174 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 116 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.18 |
| HSL | 100º | 0.5% | 0.64% | - |
| HSV(B) | 100º | 0.44% | 0.82% | - |
| XYZ | 37.99 | 53.06 | 24.76 | - |
| YUV | 179.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 116 | 0.30 | 0 | 0.44 | 0.18 | 100 | 0.5 | 0.64 |
| Hex | 93 | D1 | 74 | 1E | 0 | 2C | 12 | 64 | 32 | 40 |
| Octal | 223 | 321 | 164 | 36 | 0 | 54 | 22 | 144 | 62 | 100 |
| Binary | 10010011 | 11010001 | 1110100 | 11110 | 0 | 101100 | 10010 | 1100100 | 110010 | 1000000 |
Color Harmonies of #93D174
Complementary color
Monochromatic Colors of #93D174
Black with #93D174
Text Example
Text Example
White with #93D174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D174; }
p { color: rgb(147,209,116); }
H1.HeaderClassName
{
color: #93D174;
}
.AnyTagClassName
{
color: #93D174;
}
</style>
background-color css
<style>
a { background-color: #93D174; }
a { background-color: rgb(147,209,116); }
div.DivClassName
{
background-color: #93D174;
}
.BgClassName
{
background-color: #93D174;
}
</style>
border-color css
<style>
span { border-color: #93D174; }
span { border-color: rgb(147,209,116); }
td.TdClassName
{
border-color: #93D174;
}
.TagClassName
{
border-color: #93D174;
}
</style>