Shades of Gossip #A2D28B
Tints of Gossip #A2D28B
RGB
CMYK
RGB Variations
Color information
#A2D28B (or 0xA2D28B) is known color: Gossip. HEX triplet: A2, D2 and 8B. RGB value is (162,210,139). Sum of RGB (Red+Green+Blue) = 162+210+139=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D28B is #5D2D74. Grayscale: #BBBBBB. Windows color (decimal): -6106485 or 9163426. OLE color: 9163426.
HSL color Cylindrical-coordinate representation of color #A2D28B: hue angle of 100.56º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2D28B is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 139 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.18 |
| HSL | 100.56º | 0.44% | 0.68% | - |
| HSV(B) | 100.56º | 0.34% | 0.82% | - |
| XYZ | 42.61 | 55.64 | 32.92 | - |
| YUV | 187.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 139 | 0.23 | 0 | 0.34 | 0.18 | 100.56 | 0.44 | 0.68 |
| Hex | A2 | D2 | 8B | 17 | 0 | 22 | 12 | 65 | 2C | 44 |
| Octal | 242 | 322 | 213 | 27 | 0 | 42 | 22 | 145 | 54 | 104 |
| Binary | 10100010 | 11010010 | 10001011 | 10111 | 0 | 100010 | 10010 | 1100101 | 101100 | 1000100 |
Color Harmonies of #A2D28B
Complementary color
Monochromatic Colors of #A2D28B
Black with #A2D28B
Text Example
Text Example
White with #A2D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D28B; }
p { color: rgb(162,210,139); }
H1.HeaderClassName
{
color: #A2D28B;
}
.AnyTagClassName
{
color: #A2D28B;
}
</style>
background-color css
<style>
a { background-color: #A2D28B; }
a { background-color: rgb(162,210,139); }
div.DivClassName
{
background-color: #A2D28B;
}
.BgClassName
{
background-color: #A2D28B;
}
</style>
border-color css
<style>
span { border-color: #A2D28B; }
span { border-color: rgb(162,210,139); }
td.TdClassName
{
border-color: #A2D28B;
}
.TagClassName
{
border-color: #A2D28B;
}
</style>