Shades of Gossip #93D673
Tints of Gossip #93D673
RGB
CMYK
RGB Variations
Color information
#93D673 (or 0x93D673) is known color: Gossip. HEX triplet: 93, D6 and 73. RGB value is (147,214,115). Sum of RGB (Red+Green+Blue) = 147+214+115=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #93D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D673 is #6C298C. Grayscale: #B7B7B7. Windows color (decimal): -7088525 or 7591571. OLE color: 7591571.
HSL color Cylindrical-coordinate representation of color #93D673: hue angle of 100.61º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93D673 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 214 | 115 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.16 |
| HSL | 100.61º | 0.55% | 0.65% | - |
| HSV(B) | 100.61º | 0.46% | 0.84% | - |
| XYZ | 39.17 | 55.53 | 24.87 | - |
| YUV | 182.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 115 | 0.31 | 0 | 0.46 | 0.16 | 100.61 | 0.55 | 0.65 |
| Hex | 93 | D6 | 73 | 1F | 0 | 2E | 10 | 65 | 37 | 41 |
| Octal | 223 | 326 | 163 | 37 | 0 | 56 | 20 | 145 | 67 | 101 |
| Binary | 10010011 | 11010110 | 1110011 | 11111 | 0 | 101110 | 10000 | 1100101 | 110111 | 1000001 |
Color Harmonies of #93D673
Complementary color
Monochromatic Colors of #93D673
Black with #93D673
Text Example
Text Example
White with #93D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D673; }
p { color: rgb(147,214,115); }
H1.HeaderClassName
{
color: #93D673;
}
.AnyTagClassName
{
color: #93D673;
}
</style>
background-color css
<style>
a { background-color: #93D673; }
a { background-color: rgb(147,214,115); }
div.DivClassName
{
background-color: #93D673;
}
.BgClassName
{
background-color: #93D673;
}
</style>
border-color css
<style>
span { border-color: #93D673; }
span { border-color: rgb(147,214,115); }
td.TdClassName
{
border-color: #93D673;
}
.TagClassName
{
border-color: #93D673;
}
</style>