Shades of Gossip #A2C88D
Tints of Gossip #A2C88D
RGB
CMYK
RGB Variations
Color information
#A2C88D (or 0xA2C88D) is known color: Gossip. HEX triplet: A2, C8 and 8D. RGB value is (162,200,141). Sum of RGB (Red+Green+Blue) = 162+200+141=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C88D is #5D3772. Grayscale: #B6B6B6. Windows color (decimal): -6109043 or 9291938. OLE color: 9291938.
HSL color Cylindrical-coordinate representation of color #A2C88D: hue angle of 98.64º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2C88D is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 141 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.22 |
| HSL | 98.64º | 0.35% | 0.67% | - |
| HSV(B) | 98.64º | 0.3% | 0.78% | - |
| XYZ | 40.36 | 50.91 | 32.9 | - |
| YUV | 181.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 141 | 0.19 | 0 | 0.29 | 0.22 | 98.64 | 0.35 | 0.67 |
| Hex | A2 | C8 | 8D | 13 | 0 | 1D | 16 | 63 | 23 | 43 |
| Octal | 242 | 310 | 215 | 23 | 0 | 35 | 26 | 143 | 43 | 103 |
| Binary | 10100010 | 11001000 | 10001101 | 10011 | 0 | 11101 | 10110 | 1100011 | 100011 | 1000011 |
Color Harmonies of #A2C88D
Complementary color
Monochromatic Colors of #A2C88D
Black with #A2C88D
Text Example
Text Example
White with #A2C88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C88D; }
p { color: rgb(162,200,141); }
H1.HeaderClassName
{
color: #A2C88D;
}
.AnyTagClassName
{
color: #A2C88D;
}
</style>
background-color css
<style>
a { background-color: #A2C88D; }
a { background-color: rgb(162,200,141); }
div.DivClassName
{
background-color: #A2C88D;
}
.BgClassName
{
background-color: #A2C88D;
}
</style>
border-color css
<style>
span { border-color: #A2C88D; }
span { border-color: rgb(162,200,141); }
td.TdClassName
{
border-color: #A2C88D;
}
.TagClassName
{
border-color: #A2C88D;
}
</style>