Shades of Gossip #A2D086
Tints of Gossip #A2D086
RGB
CMYK
RGB Variations
Color information
#A2D086 (or 0xA2D086) is known color: Gossip. HEX triplet: A2, D0 and 86. RGB value is (162,208,134). Sum of RGB (Red+Green+Blue) = 162+208+134=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D086 is #5D2F79. Grayscale: #BABABA. Windows color (decimal): -6107002 or 8835234. OLE color: 8835234.
HSL color Cylindrical-coordinate representation of color #A2D086: hue angle of 97.3º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2D086 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 134 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.18 |
| HSL | 97.3º | 0.44% | 0.67% | - |
| HSV(B) | 97.3º | 0.36% | 0.82% | - |
| XYZ | 41.76 | 54.51 | 30.88 | - |
| YUV | 185.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 134 | 0.22 | 0 | 0.36 | 0.18 | 97.3 | 0.44 | 0.67 |
| Hex | A2 | D0 | 86 | 16 | 0 | 24 | 12 | 61 | 2C | 43 |
| Octal | 242 | 320 | 206 | 26 | 0 | 44 | 22 | 141 | 54 | 103 |
| Binary | 10100010 | 11010000 | 10000110 | 10110 | 0 | 100100 | 10010 | 1100001 | 101100 | 1000011 |
Color Harmonies of #A2D086
Complementary color
Monochromatic Colors of #A2D086
Black with #A2D086
Text Example
Text Example
White with #A2D086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D086; }
p { color: rgb(162,208,134); }
H1.HeaderClassName
{
color: #A2D086;
}
.AnyTagClassName
{
color: #A2D086;
}
</style>
background-color css
<style>
a { background-color: #A2D086; }
a { background-color: rgb(162,208,134); }
div.DivClassName
{
background-color: #A2D086;
}
.BgClassName
{
background-color: #A2D086;
}
</style>
border-color css
<style>
span { border-color: #A2D086; }
span { border-color: rgb(162,208,134); }
td.TdClassName
{
border-color: #A2D086;
}
.TagClassName
{
border-color: #A2D086;
}
</style>