Shades of Gossip #A2D789
Tints of Gossip #A2D789
RGB
CMYK
RGB Variations
Color information
#A2D789 (or 0xA2D789) is known color: Gossip. HEX triplet: A2, D7 and 89. RGB value is (162,215,137). Sum of RGB (Red+Green+Blue) = 162+215+137=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D789 is #5D2876. Grayscale: #BEBEBE. Windows color (decimal): -6105207 or 9033634. OLE color: 9033634.
HSL color Cylindrical-coordinate representation of color #A2D789: hue angle of 100.77º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2D789 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 137 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.16 |
| HSL | 100.77º | 0.49% | 0.69% | - |
| HSV(B) | 100.77º | 0.36% | 0.84% | - |
| XYZ | 43.72 | 58.09 | 32.58 | - |
| YUV | 190.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 137 | 0.25 | 0 | 0.36 | 0.16 | 100.77 | 0.49 | 0.69 |
| Hex | A2 | D7 | 89 | 19 | 0 | 24 | 10 | 65 | 31 | 45 |
| Octal | 242 | 327 | 211 | 31 | 0 | 44 | 20 | 145 | 61 | 105 |
| Binary | 10100010 | 11010111 | 10001001 | 11001 | 0 | 100100 | 10000 | 1100101 | 110001 | 1000101 |
Color Harmonies of #A2D789
Complementary color
Monochromatic Colors of #A2D789
Black with #A2D789
Text Example
Text Example
White with #A2D789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D789; }
p { color: rgb(162,215,137); }
H1.HeaderClassName
{
color: #A2D789;
}
.AnyTagClassName
{
color: #A2D789;
}
</style>
background-color css
<style>
a { background-color: #A2D789; }
a { background-color: rgb(162,215,137); }
div.DivClassName
{
background-color: #A2D789;
}
.BgClassName
{
background-color: #A2D789;
}
</style>
border-color css
<style>
span { border-color: #A2D789; }
span { border-color: rgb(162,215,137); }
td.TdClassName
{
border-color: #A2D789;
}
.TagClassName
{
border-color: #A2D789;
}
</style>