Shades of Gossip #A6D196
Tints of Gossip #A6D196
RGB
CMYK
RGB Variations
Color information
#A6D196 (or 0xA6D196) is known color: Gossip. HEX triplet: A6, D1 and 96. RGB value is (166,209,150). Sum of RGB (Red+Green+Blue) = 166+209+150=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D196 is #592E69. Grayscale: #BDBDBD. Windows color (decimal): -5844586 or 9884070. OLE color: 9884070.
HSL color Cylindrical-coordinate representation of color #A6D196: hue angle of 103.73º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6D196 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 150 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.18 |
| HSL | 103.73º | 0.39% | 0.7% | - |
| HSV(B) | 103.73º | 0.28% | 0.82% | - |
| XYZ | 44.03 | 55.91 | 37.33 | - |
| YUV | 189.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 150 | 0.21 | 0 | 0.28 | 0.18 | 103.73 | 0.39 | 0.7 |
| Hex | A6 | D1 | 96 | 15 | 0 | 1C | 12 | 68 | 27 | 46 |
| Octal | 246 | 321 | 226 | 25 | 0 | 34 | 22 | 150 | 47 | 106 |
| Binary | 10100110 | 11010001 | 10010110 | 10101 | 0 | 11100 | 10010 | 1101000 | 100111 | 1000110 |
Color Harmonies of #A6D196
Complementary color
Monochromatic Colors of #A6D196
Black with #A6D196
Text Example
Text Example
White with #A6D196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D196; }
p { color: rgb(166,209,150); }
H1.HeaderClassName
{
color: #A6D196;
}
.AnyTagClassName
{
color: #A6D196;
}
</style>
background-color css
<style>
a { background-color: #A6D196; }
a { background-color: rgb(166,209,150); }
div.DivClassName
{
background-color: #A6D196;
}
.BgClassName
{
background-color: #A6D196;
}
</style>
border-color css
<style>
span { border-color: #A6D196; }
span { border-color: rgb(166,209,150); }
td.TdClassName
{
border-color: #A6D196;
}
.TagClassName
{
border-color: #A6D196;
}
</style>