Shades of Gossip #A2D386
Tints of Gossip #A2D386
RGB
CMYK
RGB Variations
Color information
#A2D386 (or 0xA2D386) is known color: Gossip. HEX triplet: A2, D3 and 86. RGB value is (162,211,134). Sum of RGB (Red+Green+Blue) = 162+211+134=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D386 is #5D2C79. Grayscale: #BBBBBB. Windows color (decimal): -6106234 or 8836002. OLE color: 8836002.
HSL color Cylindrical-coordinate representation of color #A2D386: hue angle of 98.18º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2D386 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 134 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.17 |
| HSL | 98.18º | 0.47% | 0.68% | - |
| HSV(B) | 98.18º | 0.36% | 0.83% | - |
| XYZ | 42.5 | 55.99 | 31.12 | - |
| YUV | 187.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 134 | 0.23 | 0 | 0.36 | 0.17 | 98.18 | 0.47 | 0.68 |
| Hex | A2 | D3 | 86 | 17 | 0 | 24 | 11 | 62 | 2F | 44 |
| Octal | 242 | 323 | 206 | 27 | 0 | 44 | 21 | 142 | 57 | 104 |
| Binary | 10100010 | 11010011 | 10000110 | 10111 | 0 | 100100 | 10001 | 1100010 | 101111 | 1000100 |
Color Harmonies of #A2D386
Complementary color
Monochromatic Colors of #A2D386
Black with #A2D386
Text Example
Text Example
White with #A2D386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D386; }
p { color: rgb(162,211,134); }
H1.HeaderClassName
{
color: #A2D386;
}
.AnyTagClassName
{
color: #A2D386;
}
</style>
background-color css
<style>
a { background-color: #A2D386; }
a { background-color: rgb(162,211,134); }
div.DivClassName
{
background-color: #A2D386;
}
.BgClassName
{
background-color: #A2D386;
}
</style>
border-color css
<style>
span { border-color: #A2D386; }
span { border-color: rgb(162,211,134); }
td.TdClassName
{
border-color: #A2D386;
}
.TagClassName
{
border-color: #A2D386;
}
</style>