Shades of Gossip #A2D68B
Tints of Gossip #A2D68B
RGB
CMYK
RGB Variations
Color information
#A2D68B (or 0xA2D68B) is known color: Gossip. HEX triplet: A2, D6 and 8B. RGB value is (162,214,139). Sum of RGB (Red+Green+Blue) = 162+214+139=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D68B is #5D2974. Grayscale: #BEBEBE. Windows color (decimal): -6105461 or 9164450. OLE color: 9164450.
HSL color Cylindrical-coordinate representation of color #A2D68B: hue angle of 101.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2D68B is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 139 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.16 |
| HSL | 101.6º | 0.48% | 0.69% | - |
| HSV(B) | 101.6º | 0.35% | 0.84% | - |
| XYZ | 43.61 | 57.64 | 33.25 | - |
| YUV | 189.9 | 99.27 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 139 | 0.24 | 0 | 0.35 | 0.16 | 101.6 | 0.48 | 0.69 |
| Hex | A2 | D6 | 8B | 18 | 0 | 23 | 10 | 66 | 30 | 45 |
| Octal | 242 | 326 | 213 | 30 | 0 | 43 | 20 | 146 | 60 | 105 |
| Binary | 10100010 | 11010110 | 10001011 | 11000 | 0 | 100011 | 10000 | 1100110 | 110000 | 1000101 |
Color Harmonies of #A2D68B
Complementary color
Monochromatic Colors of #A2D68B
Black with #A2D68B
Text Example
Text Example
White with #A2D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D68B; }
p { color: rgb(162,214,139); }
H1.HeaderClassName
{
color: #A2D68B;
}
.AnyTagClassName
{
color: #A2D68B;
}
</style>
background-color css
<style>
a { background-color: #A2D68B; }
a { background-color: rgb(162,214,139); }
div.DivClassName
{
background-color: #A2D68B;
}
.BgClassName
{
background-color: #A2D68B;
}
</style>
border-color css
<style>
span { border-color: #A2D68B; }
span { border-color: rgb(162,214,139); }
td.TdClassName
{
border-color: #A2D68B;
}
.TagClassName
{
border-color: #A2D68B;
}
</style>