Shades of Gossip #A2C887
Tints of Gossip #A2C887
RGB
CMYK
RGB Variations
Color information
#A2C887 (or 0xA2C887) is known color: Gossip. HEX triplet: A2, C8 and 87. RGB value is (162,200,135). Sum of RGB (Red+Green+Blue) = 162+200+135=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C887 is #5D3778. Grayscale: #B5B5B5. Windows color (decimal): -6109049 or 8898722. OLE color: 8898722.
HSL color Cylindrical-coordinate representation of color #A2C887: hue angle of 95.08º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2C887 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 135 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.22 |
| HSL | 95.08º | 0.37% | 0.66% | - |
| HSV(B) | 95.08º | 0.33% | 0.78% | - |
| XYZ | 39.93 | 50.74 | 30.61 | - |
| YUV | 181.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 135 | 0.19 | 0 | 0.32 | 0.22 | 95.08 | 0.37 | 0.66 |
| Hex | A2 | C8 | 87 | 13 | 0 | 20 | 16 | 5F | 25 | 42 |
| Octal | 242 | 310 | 207 | 23 | 0 | 40 | 26 | 137 | 45 | 102 |
| Binary | 10100010 | 11001000 | 10000111 | 10011 | 0 | 100000 | 10110 | 1011111 | 100101 | 1000010 |
Color Harmonies of #A2C887
Complementary color
Monochromatic Colors of #A2C887
Black with #A2C887
Text Example
Text Example
White with #A2C887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C887; }
p { color: rgb(162,200,135); }
H1.HeaderClassName
{
color: #A2C887;
}
.AnyTagClassName
{
color: #A2C887;
}
</style>
background-color css
<style>
a { background-color: #A2C887; }
a { background-color: rgb(162,200,135); }
div.DivClassName
{
background-color: #A2C887;
}
.BgClassName
{
background-color: #A2C887;
}
</style>
border-color css
<style>
span { border-color: #A2C887; }
span { border-color: rgb(162,200,135); }
td.TdClassName
{
border-color: #A2C887;
}
.TagClassName
{
border-color: #A2C887;
}
</style>