Shades of Gossip #A2C991
Tints of Gossip #A2C991
RGB
CMYK
RGB Variations
Color information
#A2C991 (or 0xA2C991) is known color: Gossip. HEX triplet: A2, C9 and 91. RGB value is (162,201,145). Sum of RGB (Red+Green+Blue) = 162+201+145=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C991 is #5D366E. Grayscale: #B7B7B7. Windows color (decimal): -6108783 or 9554338. OLE color: 9554338.
HSL color Cylindrical-coordinate representation of color #A2C991: hue angle of 101.79º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2C991 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 145 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.21 |
| HSL | 101.79º | 0.34% | 0.68% | - |
| HSV(B) | 101.79º | 0.28% | 0.79% | - |
| XYZ | 40.9 | 51.5 | 34.57 | - |
| YUV | 182.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 145 | 0.19 | 0 | 0.28 | 0.21 | 101.79 | 0.34 | 0.68 |
| Hex | A2 | C9 | 91 | 13 | 0 | 1C | 15 | 66 | 22 | 44 |
| Octal | 242 | 311 | 221 | 23 | 0 | 34 | 25 | 146 | 42 | 104 |
| Binary | 10100010 | 11001001 | 10010001 | 10011 | 0 | 11100 | 10101 | 1100110 | 100010 | 1000100 |
Color Harmonies of #A2C991
Complementary color
Monochromatic Colors of #A2C991
Black with #A2C991
Text Example
Text Example
White with #A2C991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C991; }
p { color: rgb(162,201,145); }
H1.HeaderClassName
{
color: #A2C991;
}
.AnyTagClassName
{
color: #A2C991;
}
</style>
background-color css
<style>
a { background-color: #A2C991; }
a { background-color: rgb(162,201,145); }
div.DivClassName
{
background-color: #A2C991;
}
.BgClassName
{
background-color: #A2C991;
}
</style>
border-color css
<style>
span { border-color: #A2C991; }
span { border-color: rgb(162,201,145); }
td.TdClassName
{
border-color: #A2C991;
}
.TagClassName
{
border-color: #A2C991;
}
</style>