Shades of Gossip #A2D18B
Tints of Gossip #A2D18B
RGB
CMYK
RGB Variations
Color information
#A2D18B (or 0xA2D18B) is known color: Gossip. HEX triplet: A2, D1 and 8B. RGB value is (162,209,139). Sum of RGB (Red+Green+Blue) = 162+209+139=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D18B is #5D2E74. Grayscale: #BBBBBB. Windows color (decimal): -6106741 or 9163170. OLE color: 9163170.
HSL color Cylindrical-coordinate representation of color #A2D18B: hue angle of 100.29º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2D18B is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 139 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.18 |
| HSL | 100.29º | 0.43% | 0.68% | - |
| HSV(B) | 100.29º | 0.33% | 0.82% | - |
| XYZ | 42.36 | 55.15 | 32.84 | - |
| YUV | 186.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 139 | 0.22 | 0 | 0.33 | 0.18 | 100.29 | 0.43 | 0.68 |
| Hex | A2 | D1 | 8B | 16 | 0 | 21 | 12 | 64 | 2B | 44 |
| Octal | 242 | 321 | 213 | 26 | 0 | 41 | 22 | 144 | 53 | 104 |
| Binary | 10100010 | 11010001 | 10001011 | 10110 | 0 | 100001 | 10010 | 1100100 | 101011 | 1000100 |
Color Harmonies of #A2D18B
Complementary color
Monochromatic Colors of #A2D18B
Black with #A2D18B
Text Example
Text Example
White with #A2D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D18B; }
p { color: rgb(162,209,139); }
H1.HeaderClassName
{
color: #A2D18B;
}
.AnyTagClassName
{
color: #A2D18B;
}
</style>
background-color css
<style>
a { background-color: #A2D18B; }
a { background-color: rgb(162,209,139); }
div.DivClassName
{
background-color: #A2D18B;
}
.BgClassName
{
background-color: #A2D18B;
}
</style>
border-color css
<style>
span { border-color: #A2D18B; }
span { border-color: rgb(162,209,139); }
td.TdClassName
{
border-color: #A2D18B;
}
.TagClassName
{
border-color: #A2D18B;
}
</style>