Shades of Gossip #A2D587
Tints of Gossip #A2D587
RGB
CMYK
RGB Variations
Color information
#A2D587 (or 0xA2D587) is known color: Gossip. HEX triplet: A2, D5 and 87. RGB value is (162,213,135). Sum of RGB (Red+Green+Blue) = 162+213+135=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D587 is #5D2A78. Grayscale: #BDBDBD. Windows color (decimal): -6105721 or 8902050. OLE color: 8902050.
HSL color Cylindrical-coordinate representation of color #A2D587: hue angle of 99.23º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2D587 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 135 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.16 |
| HSL | 99.23º | 0.48% | 0.68% | - |
| HSV(B) | 99.23º | 0.37% | 0.84% | - |
| XYZ | 43.07 | 57.02 | 31.66 | - |
| YUV | 188.86 | 97.6 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 135 | 0.24 | 0 | 0.37 | 0.16 | 99.23 | 0.48 | 0.68 |
| Hex | A2 | D5 | 87 | 18 | 0 | 25 | 10 | 63 | 30 | 44 |
| Octal | 242 | 325 | 207 | 30 | 0 | 45 | 20 | 143 | 60 | 104 |
| Binary | 10100010 | 11010101 | 10000111 | 11000 | 0 | 100101 | 10000 | 1100011 | 110000 | 1000100 |
Color Harmonies of #A2D587
Complementary color
Monochromatic Colors of #A2D587
Black with #A2D587
Text Example
Text Example
White with #A2D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D587; }
p { color: rgb(162,213,135); }
H1.HeaderClassName
{
color: #A2D587;
}
.AnyTagClassName
{
color: #A2D587;
}
</style>
background-color css
<style>
a { background-color: #A2D587; }
a { background-color: rgb(162,213,135); }
div.DivClassName
{
background-color: #A2D587;
}
.BgClassName
{
background-color: #A2D587;
}
</style>
border-color css
<style>
span { border-color: #A2D587; }
span { border-color: rgb(162,213,135); }
td.TdClassName
{
border-color: #A2D587;
}
.TagClassName
{
border-color: #A2D587;
}
</style>