Shades of Gossip #A6D292
Tints of Gossip #A6D292
RGB
CMYK
RGB Variations
Color information
#A6D292 (or 0xA6D292) is known color: Gossip. HEX triplet: A6, D2 and 92. RGB value is (166,210,146). Sum of RGB (Red+Green+Blue) = 166+210+146=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D292 is #592D6D. Grayscale: #BDBDBD. Windows color (decimal): -5844334 or 9622182. OLE color: 9622182.
HSL color Cylindrical-coordinate representation of color #A6D292: hue angle of 101.25º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6D292 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 146 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.18 |
| HSL | 101.25º | 0.42% | 0.7% | - |
| HSV(B) | 101.25º | 0.3% | 0.82% | - |
| XYZ | 43.96 | 56.28 | 35.74 | - |
| YUV | 189.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 146 | 0.21 | 0 | 0.30 | 0.18 | 101.25 | 0.42 | 0.7 |
| Hex | A6 | D2 | 92 | 15 | 0 | 1E | 12 | 65 | 2A | 46 |
| Octal | 246 | 322 | 222 | 25 | 0 | 36 | 22 | 145 | 52 | 106 |
| Binary | 10100110 | 11010010 | 10010010 | 10101 | 0 | 11110 | 10010 | 1100101 | 101010 | 1000110 |
Color Harmonies of #A6D292
Complementary color
Monochromatic Colors of #A6D292
Black with #A6D292
Text Example
Text Example
White with #A6D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D292; }
p { color: rgb(166,210,146); }
H1.HeaderClassName
{
color: #A6D292;
}
.AnyTagClassName
{
color: #A6D292;
}
</style>
background-color css
<style>
a { background-color: #A6D292; }
a { background-color: rgb(166,210,146); }
div.DivClassName
{
background-color: #A6D292;
}
.BgClassName
{
background-color: #A6D292;
}
</style>
border-color css
<style>
span { border-color: #A6D292; }
span { border-color: rgb(166,210,146); }
td.TdClassName
{
border-color: #A6D292;
}
.TagClassName
{
border-color: #A6D292;
}
</style>