Shades of Gossip #A2C88A
Tints of Gossip #A2C88A
RGB
CMYK
RGB Variations
Color information
#A2C88A (or 0xA2C88A) is known color: Gossip. HEX triplet: A2, C8 and 8A. RGB value is (162,200,138). Sum of RGB (Red+Green+Blue) = 162+200+138=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C88A is #5D3775. Grayscale: #B5B5B5. Windows color (decimal): -6109046 or 9095330. OLE color: 9095330.
HSL color Cylindrical-coordinate representation of color #A2C88A: hue angle of 96.77º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2C88A is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 138 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.22 |
| HSL | 96.77º | 0.36% | 0.66% | - |
| HSV(B) | 96.77º | 0.31% | 0.78% | - |
| XYZ | 40.14 | 50.82 | 31.74 | - |
| YUV | 181.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 138 | 0.19 | 0 | 0.31 | 0.22 | 96.77 | 0.36 | 0.66 |
| Hex | A2 | C8 | 8A | 13 | 0 | 1F | 16 | 61 | 24 | 42 |
| Octal | 242 | 310 | 212 | 23 | 0 | 37 | 26 | 141 | 44 | 102 |
| Binary | 10100010 | 11001000 | 10001010 | 10011 | 0 | 11111 | 10110 | 1100001 | 100100 | 1000010 |
Color Harmonies of #A2C88A
Complementary color
Monochromatic Colors of #A2C88A
Black with #A2C88A
Text Example
Text Example
White with #A2C88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C88A; }
p { color: rgb(162,200,138); }
H1.HeaderClassName
{
color: #A2C88A;
}
.AnyTagClassName
{
color: #A2C88A;
}
</style>
background-color css
<style>
a { background-color: #A2C88A; }
a { background-color: rgb(162,200,138); }
div.DivClassName
{
background-color: #A2C88A;
}
.BgClassName
{
background-color: #A2C88A;
}
</style>
border-color css
<style>
span { border-color: #A2C88A; }
span { border-color: rgb(162,200,138); }
td.TdClassName
{
border-color: #A2C88A;
}
.TagClassName
{
border-color: #A2C88A;
}
</style>