Shades of Gossip #A2C690
Tints of Gossip #A2C690
RGB
CMYK
RGB Variations
Color information
#A2C690 (or 0xA2C690) is known color: Gossip. HEX triplet: A2, C6 and 90. RGB value is (162,198,144). Sum of RGB (Red+Green+Blue) = 162+198+144=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C690 is #5D396F. Grayscale: #B5B5B5. Windows color (decimal): -6109552 or 9488034. OLE color: 9488034.
HSL color Cylindrical-coordinate representation of color #A2C690: hue angle of 100º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2C690 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 144 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.22 |
| HSL | 100º | 0.32% | 0.67% | - |
| HSV(B) | 100º | 0.27% | 0.78% | - |
| XYZ | 40.13 | 50.08 | 33.94 | - |
| YUV | 181.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 144 | 0.18 | 0 | 0.27 | 0.22 | 100 | 0.32 | 0.67 |
| Hex | A2 | C6 | 90 | 12 | 0 | 1B | 16 | 64 | 20 | 43 |
| Octal | 242 | 306 | 220 | 22 | 0 | 33 | 26 | 144 | 40 | 103 |
| Binary | 10100010 | 11000110 | 10010000 | 10010 | 0 | 11011 | 10110 | 1100100 | 100000 | 1000011 |
Color Harmonies of #A2C690
Complementary color
Monochromatic Colors of #A2C690
Black with #A2C690
Text Example
Text Example
White with #A2C690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C690; }
p { color: rgb(162,198,144); }
H1.HeaderClassName
{
color: #A2C690;
}
.AnyTagClassName
{
color: #A2C690;
}
</style>
background-color css
<style>
a { background-color: #A2C690; }
a { background-color: rgb(162,198,144); }
div.DivClassName
{
background-color: #A2C690;
}
.BgClassName
{
background-color: #A2C690;
}
</style>
border-color css
<style>
span { border-color: #A2C690; }
span { border-color: rgb(162,198,144); }
td.TdClassName
{
border-color: #A2C690;
}
.TagClassName
{
border-color: #A2C690;
}
</style>