Shades of Gossip #93D86D
Tints of Gossip #93D86D
RGB
CMYK
RGB Variations
Color information
#93D86D (or 0x93D86D) is known color: Gossip. HEX triplet: 93, D8 and 6D. RGB value is (147,216,109). Sum of RGB (Red+Green+Blue) = 147+216+109=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #93D86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D86D is #6C2792. Grayscale: #B7B7B7. Windows color (decimal): -7088019 or 7198867. OLE color: 7198867.
HSL color Cylindrical-coordinate representation of color #93D86D: hue angle of 98.69º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93D86D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 109 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.15 |
| HSL | 98.69º | 0.58% | 0.64% | - |
| HSV(B) | 98.69º | 0.5% | 0.85% | - |
| XYZ | 39.35 | 56.42 | 23.28 | - |
| YUV | 183.17 | 86.14 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 109 | 0.32 | 0 | 0.50 | 0.15 | 98.69 | 0.58 | 0.64 |
| Hex | 93 | D8 | 6D | 20 | 0 | 32 | F | 63 | 3A | 40 |
| Octal | 223 | 330 | 155 | 40 | 0 | 62 | 17 | 143 | 72 | 100 |
| Binary | 10010011 | 11011000 | 1101101 | 100000 | 0 | 110010 | 1111 | 1100011 | 111010 | 1000000 |
Color Harmonies of #93D86D
Complementary color
Monochromatic Colors of #93D86D
Black with #93D86D
Text Example
Text Example
White with #93D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D86D; }
p { color: rgb(147,216,109); }
H1.HeaderClassName
{
color: #93D86D;
}
.AnyTagClassName
{
color: #93D86D;
}
</style>
background-color css
<style>
a { background-color: #93D86D; }
a { background-color: rgb(147,216,109); }
div.DivClassName
{
background-color: #93D86D;
}
.BgClassName
{
background-color: #93D86D;
}
</style>
border-color css
<style>
span { border-color: #93D86D; }
span { border-color: rgb(147,216,109); }
td.TdClassName
{
border-color: #93D86D;
}
.TagClassName
{
border-color: #93D86D;
}
</style>