Shades of Gossip #A2C883
Tints of Gossip #A2C883
RGB
CMYK
RGB Variations
Color information
#A2C883 (or 0xA2C883) is known color: Gossip. HEX triplet: A2, C8 and 83. RGB value is (162,200,131). Sum of RGB (Red+Green+Blue) = 162+200+131=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C883 is #5D377C. Grayscale: #B5B5B5. Windows color (decimal): -6109053 or 8636578. OLE color: 8636578.
HSL color Cylindrical-coordinate representation of color #A2C883: hue angle of 93.04º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C883 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 131 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.22 |
| HSL | 93.04º | 0.39% | 0.65% | - |
| HSV(B) | 93.04º | 0.35% | 0.78% | - |
| XYZ | 39.65 | 50.63 | 29.16 | - |
| YUV | 180.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 131 | 0.19 | 0 | 0.34 | 0.22 | 93.04 | 0.39 | 0.65 |
| Hex | A2 | C8 | 83 | 13 | 0 | 22 | 16 | 5D | 27 | 41 |
| Octal | 242 | 310 | 203 | 23 | 0 | 42 | 26 | 135 | 47 | 101 |
| Binary | 10100010 | 11001000 | 10000011 | 10011 | 0 | 100010 | 10110 | 1011101 | 100111 | 1000001 |
Color Harmonies of #A2C883
Complementary color
Monochromatic Colors of #A2C883
Black with #A2C883
Text Example
Text Example
White with #A2C883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C883; }
p { color: rgb(162,200,131); }
H1.HeaderClassName
{
color: #A2C883;
}
.AnyTagClassName
{
color: #A2C883;
}
</style>
background-color css
<style>
a { background-color: #A2C883; }
a { background-color: rgb(162,200,131); }
div.DivClassName
{
background-color: #A2C883;
}
.BgClassName
{
background-color: #A2C883;
}
</style>
border-color css
<style>
span { border-color: #A2C883; }
span { border-color: rgb(162,200,131); }
td.TdClassName
{
border-color: #A2C883;
}
.TagClassName
{
border-color: #A2C883;
}
</style>