Shades of Gossip #A2D686
Tints of Gossip #A2D686
RGB
CMYK
RGB Variations
Color information
#A2D686 (or 0xA2D686) is known color: Gossip. HEX triplet: A2, D6 and 86. RGB value is (162,214,134). Sum of RGB (Red+Green+Blue) = 162+214+134=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D686 is #5D2979. Grayscale: #BDBDBD. Windows color (decimal): -6105466 or 8836770. OLE color: 8836770.
HSL color Cylindrical-coordinate representation of color #A2D686: hue angle of 99º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2D686 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 134 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.16 |
| HSL | 99º | 0.49% | 0.68% | - |
| HSV(B) | 99º | 0.37% | 0.84% | - |
| XYZ | 43.25 | 57.5 | 31.37 | - |
| YUV | 189.33 | 96.77 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 134 | 0.24 | 0 | 0.37 | 0.16 | 99 | 0.49 | 0.68 |
| Hex | A2 | D6 | 86 | 18 | 0 | 25 | 10 | 63 | 31 | 44 |
| Octal | 242 | 326 | 206 | 30 | 0 | 45 | 20 | 143 | 61 | 104 |
| Binary | 10100010 | 11010110 | 10000110 | 11000 | 0 | 100101 | 10000 | 1100011 | 110001 | 1000100 |
Color Harmonies of #A2D686
Complementary color
Monochromatic Colors of #A2D686
Black with #A2D686
Text Example
Text Example
White with #A2D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D686; }
p { color: rgb(162,214,134); }
H1.HeaderClassName
{
color: #A2D686;
}
.AnyTagClassName
{
color: #A2D686;
}
</style>
background-color css
<style>
a { background-color: #A2D686; }
a { background-color: rgb(162,214,134); }
div.DivClassName
{
background-color: #A2D686;
}
.BgClassName
{
background-color: #A2D686;
}
</style>
border-color css
<style>
span { border-color: #A2D686; }
span { border-color: rgb(162,214,134); }
td.TdClassName
{
border-color: #A2D686;
}
.TagClassName
{
border-color: #A2D686;
}
</style>