Shades of Gossip #A2C98A
Tints of Gossip #A2C98A
RGB
CMYK
RGB Variations
Color information
#A2C98A (or 0xA2C98A) is known color: Gossip. HEX triplet: A2, C9 and 8A. RGB value is (162,201,138). Sum of RGB (Red+Green+Blue) = 162+201+138=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C98A is #5D3675. Grayscale: #B6B6B6. Windows color (decimal): -6108790 or 9095586. OLE color: 9095586.
HSL color Cylindrical-coordinate representation of color #A2C98A: hue angle of 97.14º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2C98A is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 138 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.21 |
| HSL | 97.14º | 0.37% | 0.66% | - |
| HSV(B) | 97.14º | 0.31% | 0.79% | - |
| XYZ | 40.37 | 51.29 | 31.82 | - |
| YUV | 182.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 138 | 0.19 | 0 | 0.31 | 0.21 | 97.14 | 0.37 | 0.66 |
| Hex | A2 | C9 | 8A | 13 | 0 | 1F | 15 | 61 | 25 | 42 |
| Octal | 242 | 311 | 212 | 23 | 0 | 37 | 25 | 141 | 45 | 102 |
| Binary | 10100010 | 11001001 | 10001010 | 10011 | 0 | 11111 | 10101 | 1100001 | 100101 | 1000010 |
Color Harmonies of #A2C98A
Complementary color
Monochromatic Colors of #A2C98A
Black with #A2C98A
Text Example
Text Example
White with #A2C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C98A; }
p { color: rgb(162,201,138); }
H1.HeaderClassName
{
color: #A2C98A;
}
.AnyTagClassName
{
color: #A2C98A;
}
</style>
background-color css
<style>
a { background-color: #A2C98A; }
a { background-color: rgb(162,201,138); }
div.DivClassName
{
background-color: #A2C98A;
}
.BgClassName
{
background-color: #A2C98A;
}
</style>
border-color css
<style>
span { border-color: #A2C98A; }
span { border-color: rgb(162,201,138); }
td.TdClassName
{
border-color: #A2C98A;
}
.TagClassName
{
border-color: #A2C98A;
}
</style>