Shades of Gossip #A2D192
Tints of Gossip #A2D192
RGB
CMYK
RGB Variations
Color information
#A2D192 (or 0xA2D192) is known color: Gossip. HEX triplet: A2, D1 and 92. RGB value is (162,209,146). Sum of RGB (Red+Green+Blue) = 162+209+146=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D192 is #5D2E6D. Grayscale: #BBBBBB. Windows color (decimal): -6106734 or 9621922. OLE color: 9621922.
HSL color Cylindrical-coordinate representation of color #A2D192: hue angle of 104.76º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2D192 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 146 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.18 |
| HSL | 104.76º | 0.41% | 0.7% | - |
| HSV(B) | 104.76º | 0.3% | 0.82% | - |
| XYZ | 42.89 | 55.36 | 35.62 | - |
| YUV | 187.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 146 | 0.22 | 0 | 0.30 | 0.18 | 104.76 | 0.41 | 0.7 |
| Hex | A2 | D1 | 92 | 16 | 0 | 1E | 12 | 69 | 29 | 46 |
| Octal | 242 | 321 | 222 | 26 | 0 | 36 | 22 | 151 | 51 | 106 |
| Binary | 10100010 | 11010001 | 10010010 | 10110 | 0 | 11110 | 10010 | 1101001 | 101001 | 1000110 |
Color Harmonies of #A2D192
Complementary color
Monochromatic Colors of #A2D192
Black with #A2D192
Text Example
Text Example
White with #A2D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D192; }
p { color: rgb(162,209,146); }
H1.HeaderClassName
{
color: #A2D192;
}
.AnyTagClassName
{
color: #A2D192;
}
</style>
background-color css
<style>
a { background-color: #A2D192; }
a { background-color: rgb(162,209,146); }
div.DivClassName
{
background-color: #A2D192;
}
.BgClassName
{
background-color: #A2D192;
}
</style>
border-color css
<style>
span { border-color: #A2D192; }
span { border-color: rgb(162,209,146); }
td.TdClassName
{
border-color: #A2D192;
}
.TagClassName
{
border-color: #A2D192;
}
</style>