Shades of Gossip #A2D189
Tints of Gossip #A2D189
RGB
CMYK
RGB Variations
Color information
#A2D189 (or 0xA2D189) is known color: Gossip. HEX triplet: A2, D1 and 89. RGB value is (162,209,137). Sum of RGB (Red+Green+Blue) = 162+209+137=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D189 is #5D2E76. Grayscale: #BABABA. Windows color (decimal): -6106743 or 9032098. OLE color: 9032098.
HSL color Cylindrical-coordinate representation of color #A2D189: hue angle of 99.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2D189 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 137 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.18 |
| HSL | 99.17º | 0.44% | 0.68% | - |
| HSV(B) | 99.17º | 0.34% | 0.82% | - |
| XYZ | 42.22 | 55.09 | 32.08 | - |
| YUV | 186.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 137 | 0.22 | 0 | 0.34 | 0.18 | 99.17 | 0.44 | 0.68 |
| Hex | A2 | D1 | 89 | 16 | 0 | 22 | 12 | 63 | 2C | 44 |
| Octal | 242 | 321 | 211 | 26 | 0 | 42 | 22 | 143 | 54 | 104 |
| Binary | 10100010 | 11010001 | 10001001 | 10110 | 0 | 100010 | 10010 | 1100011 | 101100 | 1000100 |
Color Harmonies of #A2D189
Complementary color
Monochromatic Colors of #A2D189
Black with #A2D189
Text Example
Text Example
White with #A2D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D189; }
p { color: rgb(162,209,137); }
H1.HeaderClassName
{
color: #A2D189;
}
.AnyTagClassName
{
color: #A2D189;
}
</style>
background-color css
<style>
a { background-color: #A2D189; }
a { background-color: rgb(162,209,137); }
div.DivClassName
{
background-color: #A2D189;
}
.BgClassName
{
background-color: #A2D189;
}
</style>
border-color css
<style>
span { border-color: #A2D189; }
span { border-color: rgb(162,209,137); }
td.TdClassName
{
border-color: #A2D189;
}
.TagClassName
{
border-color: #A2D189;
}
</style>