Shades of Gossip #A6D393
Tints of Gossip #A6D393
RGB
CMYK
RGB Variations
Color information
#A6D393 (or 0xA6D393) is known color: Gossip. HEX triplet: A6, D3 and 93. RGB value is (166,211,147). Sum of RGB (Red+Green+Blue) = 166+211+147=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D393 is #592C6C. Grayscale: #BEBEBE. Windows color (decimal): -5844077 or 9687974. OLE color: 9687974.
HSL color Cylindrical-coordinate representation of color #A6D393: hue angle of 102.19º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6D393 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 147 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.17 |
| HSL | 102.19º | 0.42% | 0.7% | - |
| HSV(B) | 102.19º | 0.3% | 0.83% | - |
| XYZ | 44.29 | 56.8 | 36.23 | - |
| YUV | 190.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 147 | 0.21 | 0 | 0.30 | 0.17 | 102.19 | 0.42 | 0.7 |
| Hex | A6 | D3 | 93 | 15 | 0 | 1E | 11 | 66 | 2A | 46 |
| Octal | 246 | 323 | 223 | 25 | 0 | 36 | 21 | 146 | 52 | 106 |
| Binary | 10100110 | 11010011 | 10010011 | 10101 | 0 | 11110 | 10001 | 1100110 | 101010 | 1000110 |
Color Harmonies of #A6D393
Complementary color
Monochromatic Colors of #A6D393
Black with #A6D393
Text Example
Text Example
White with #A6D393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D393; }
p { color: rgb(166,211,147); }
H1.HeaderClassName
{
color: #A6D393;
}
.AnyTagClassName
{
color: #A6D393;
}
</style>
background-color css
<style>
a { background-color: #A6D393; }
a { background-color: rgb(166,211,147); }
div.DivClassName
{
background-color: #A6D393;
}
.BgClassName
{
background-color: #A6D393;
}
</style>
border-color css
<style>
span { border-color: #A6D393; }
span { border-color: rgb(166,211,147); }
td.TdClassName
{
border-color: #A6D393;
}
.TagClassName
{
border-color: #A6D393;
}
</style>