Shades of Gossip #A6D093
Tints of Gossip #A6D093
RGB
CMYK
RGB Variations
Color information
#A6D093 (or 0xA6D093) is known color: Gossip. HEX triplet: A6, D0 and 93. RGB value is (166,208,147). Sum of RGB (Red+Green+Blue) = 166+208+147=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D093 is #592F6C. Grayscale: #BCBCBC. Windows color (decimal): -5844845 or 9687206. OLE color: 9687206.
HSL color Cylindrical-coordinate representation of color #A6D093: hue angle of 101.31º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6D093 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 147 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.18 |
| HSL | 101.31º | 0.39% | 0.7% | - |
| HSV(B) | 101.31º | 0.29% | 0.82% | - |
| XYZ | 43.55 | 55.33 | 35.99 | - |
| YUV | 188.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 147 | 0.20 | 0 | 0.29 | 0.18 | 101.31 | 0.39 | 0.7 |
| Hex | A6 | D0 | 93 | 14 | 0 | 1D | 12 | 65 | 27 | 46 |
| Octal | 246 | 320 | 223 | 24 | 0 | 35 | 22 | 145 | 47 | 106 |
| Binary | 10100110 | 11010000 | 10010011 | 10100 | 0 | 11101 | 10010 | 1100101 | 100111 | 1000110 |
Color Harmonies of #A6D093
Complementary color
Monochromatic Colors of #A6D093
Black with #A6D093
Text Example
Text Example
White with #A6D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D093; }
p { color: rgb(166,208,147); }
H1.HeaderClassName
{
color: #A6D093;
}
.AnyTagClassName
{
color: #A6D093;
}
</style>
background-color css
<style>
a { background-color: #A6D093; }
a { background-color: rgb(166,208,147); }
div.DivClassName
{
background-color: #A6D093;
}
.BgClassName
{
background-color: #A6D093;
}
</style>
border-color css
<style>
span { border-color: #A6D093; }
span { border-color: rgb(166,208,147); }
td.TdClassName
{
border-color: #A6D093;
}
.TagClassName
{
border-color: #A6D093;
}
</style>