Shades of Gossip #A2C987
Tints of Gossip #A2C987
RGB
CMYK
RGB Variations
Color information
#A2C987 (or 0xA2C987) is known color: Gossip. HEX triplet: A2, C9 and 87. RGB value is (162,201,135). Sum of RGB (Red+Green+Blue) = 162+201+135=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C987 is #5D3678. Grayscale: #B6B6B6. Windows color (decimal): -6108793 or 8898978. OLE color: 8898978.
HSL color Cylindrical-coordinate representation of color #A2C987: hue angle of 95.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2C987 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 135 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.21 |
| HSL | 95.45º | 0.38% | 0.66% | - |
| HSV(B) | 95.45º | 0.33% | 0.79% | - |
| XYZ | 40.16 | 51.2 | 30.69 | - |
| YUV | 181.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 135 | 0.19 | 0 | 0.33 | 0.21 | 95.45 | 0.38 | 0.66 |
| Hex | A2 | C9 | 87 | 13 | 0 | 21 | 15 | 5F | 26 | 42 |
| Octal | 242 | 311 | 207 | 23 | 0 | 41 | 25 | 137 | 46 | 102 |
| Binary | 10100010 | 11001001 | 10000111 | 10011 | 0 | 100001 | 10101 | 1011111 | 100110 | 1000010 |
Color Harmonies of #A2C987
Complementary color
Monochromatic Colors of #A2C987
Black with #A2C987
Text Example
Text Example
White with #A2C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C987; }
p { color: rgb(162,201,135); }
H1.HeaderClassName
{
color: #A2C987;
}
.AnyTagClassName
{
color: #A2C987;
}
</style>
background-color css
<style>
a { background-color: #A2C987; }
a { background-color: rgb(162,201,135); }
div.DivClassName
{
background-color: #A2C987;
}
.BgClassName
{
background-color: #A2C987;
}
</style>
border-color css
<style>
span { border-color: #A2C987; }
span { border-color: rgb(162,201,135); }
td.TdClassName
{
border-color: #A2C987;
}
.TagClassName
{
border-color: #A2C987;
}
</style>