Shades of Gossip #A2D188
Tints of Gossip #A2D188
RGB
CMYK
RGB Variations
Color information
#A2D188 (or 0xA2D188) is known color: Gossip. HEX triplet: A2, D1 and 88. RGB value is (162,209,136). Sum of RGB (Red+Green+Blue) = 162+209+136=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D188 is #5D2E77. Grayscale: #BABABA. Windows color (decimal): -6106744 or 8966562. OLE color: 8966562.
HSL color Cylindrical-coordinate representation of color #A2D188: hue angle of 98.63º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2D188 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 136 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.18 |
| HSL | 98.63º | 0.44% | 0.68% | - |
| HSV(B) | 98.63º | 0.35% | 0.82% | - |
| XYZ | 42.14 | 55.06 | 31.7 | - |
| YUV | 186.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 136 | 0.22 | 0 | 0.35 | 0.18 | 98.63 | 0.44 | 0.68 |
| Hex | A2 | D1 | 88 | 16 | 0 | 23 | 12 | 63 | 2C | 44 |
| Octal | 242 | 321 | 210 | 26 | 0 | 43 | 22 | 143 | 54 | 104 |
| Binary | 10100010 | 11010001 | 10001000 | 10110 | 0 | 100011 | 10010 | 1100011 | 101100 | 1000100 |
Color Harmonies of #A2D188
Complementary color
Monochromatic Colors of #A2D188
Black with #A2D188
Text Example
Text Example
White with #A2D188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D188; }
p { color: rgb(162,209,136); }
H1.HeaderClassName
{
color: #A2D188;
}
.AnyTagClassName
{
color: #A2D188;
}
</style>
background-color css
<style>
a { background-color: #A2D188; }
a { background-color: rgb(162,209,136); }
div.DivClassName
{
background-color: #A2D188;
}
.BgClassName
{
background-color: #A2D188;
}
</style>
border-color css
<style>
span { border-color: #A2D188; }
span { border-color: rgb(162,209,136); }
td.TdClassName
{
border-color: #A2D188;
}
.TagClassName
{
border-color: #A2D188;
}
</style>