Shades of Gossip #A2DB8B
Tints of Gossip #A2DB8B
RGB
CMYK
RGB Variations
Color information
#A2DB8B (or 0xA2DB8B) is known color: Gossip. HEX triplet: A2, DB and 8B. RGB value is (162,219,139). Sum of RGB (Red+Green+Blue) = 162+219+139=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DB8B is #5D2474. Grayscale: #C1C1C1. Windows color (decimal): -6104181 or 9165730. OLE color: 9165730.
HSL color Cylindrical-coordinate representation of color #A2DB8B: hue angle of 102.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2DB8B is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 139 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.14 |
| HSL | 102.75º | 0.53% | 0.7% | - |
| HSV(B) | 102.75º | 0.37% | 0.86% | - |
| XYZ | 44.89 | 60.21 | 33.68 | - |
| YUV | 192.84 | 97.62 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 139 | 0.26 | 0 | 0.37 | 0.14 | 102.75 | 0.53 | 0.7 |
| Hex | A2 | DB | 8B | 1A | 0 | 25 | E | 67 | 35 | 46 |
| Octal | 242 | 333 | 213 | 32 | 0 | 45 | 16 | 147 | 65 | 106 |
| Binary | 10100010 | 11011011 | 10001011 | 11010 | 0 | 100101 | 1110 | 1100111 | 110101 | 1000110 |
Color Harmonies of #A2DB8B
Complementary color
Monochromatic Colors of #A2DB8B
Black with #A2DB8B
Text Example
Text Example
White with #A2DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB8B; }
p { color: rgb(162,219,139); }
H1.HeaderClassName
{
color: #A2DB8B;
}
.AnyTagClassName
{
color: #A2DB8B;
}
</style>
background-color css
<style>
a { background-color: #A2DB8B; }
a { background-color: rgb(162,219,139); }
div.DivClassName
{
background-color: #A2DB8B;
}
.BgClassName
{
background-color: #A2DB8B;
}
</style>
border-color css
<style>
span { border-color: #A2DB8B; }
span { border-color: rgb(162,219,139); }
td.TdClassName
{
border-color: #A2DB8B;
}
.TagClassName
{
border-color: #A2DB8B;
}
</style>