Shades of Gossip #A2D093
Tints of Gossip #A2D093
RGB
CMYK
RGB Variations
Color information
#A2D093 (or 0xA2D093) is known color: Gossip. HEX triplet: A2, D0 and 93. RGB value is (162,208,147). Sum of RGB (Red+Green+Blue) = 162+208+147=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D093 is #5D2F6C. Grayscale: #BBBBBB. Windows color (decimal): -6106989 or 9687202. OLE color: 9687202.
HSL color Cylindrical-coordinate representation of color #A2D093: hue angle of 105.25º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2D093 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 147 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.18 |
| HSL | 105.25º | 0.39% | 0.7% | - |
| HSV(B) | 105.25º | 0.29% | 0.82% | - |
| XYZ | 42.72 | 54.9 | 35.95 | - |
| YUV | 187.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 147 | 0.22 | 0 | 0.29 | 0.18 | 105.25 | 0.39 | 0.7 |
| Hex | A2 | D0 | 93 | 16 | 0 | 1D | 12 | 69 | 27 | 46 |
| Octal | 242 | 320 | 223 | 26 | 0 | 35 | 22 | 151 | 47 | 106 |
| Binary | 10100010 | 11010000 | 10010011 | 10110 | 0 | 11101 | 10010 | 1101001 | 100111 | 1000110 |
Color Harmonies of #A2D093
Complementary color
Monochromatic Colors of #A2D093
Black with #A2D093
Text Example
Text Example
White with #A2D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D093; }
p { color: rgb(162,208,147); }
H1.HeaderClassName
{
color: #A2D093;
}
.AnyTagClassName
{
color: #A2D093;
}
</style>
background-color css
<style>
a { background-color: #A2D093; }
a { background-color: rgb(162,208,147); }
div.DivClassName
{
background-color: #A2D093;
}
.BgClassName
{
background-color: #A2D093;
}
</style>
border-color css
<style>
span { border-color: #A2D093; }
span { border-color: rgb(162,208,147); }
td.TdClassName
{
border-color: #A2D093;
}
.TagClassName
{
border-color: #A2D093;
}
</style>