Shades of Gossip #A2D58B
Tints of Gossip #A2D58B
RGB
CMYK
RGB Variations
Color information
#A2D58B (or 0xA2D58B) is known color: Gossip. HEX triplet: A2, D5 and 8B. RGB value is (162,213,139). Sum of RGB (Red+Green+Blue) = 162+213+139=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D58B is #5D2A74. Grayscale: #BDBDBD. Windows color (decimal): -6105717 or 9164194. OLE color: 9164194.
HSL color Cylindrical-coordinate representation of color #A2D58B: hue angle of 101.35º degrees, saturation: 0.47, 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 #A2D58B is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 139 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.16 |
| HSL | 101.35º | 0.47% | 0.69% | - |
| HSV(B) | 101.35º | 0.35% | 0.84% | - |
| XYZ | 43.35 | 57.13 | 33.17 | - |
| YUV | 189.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 139 | 0.24 | 0 | 0.35 | 0.16 | 101.35 | 0.47 | 0.69 |
| Hex | A2 | D5 | 8B | 18 | 0 | 23 | 10 | 65 | 2F | 45 |
| Octal | 242 | 325 | 213 | 30 | 0 | 43 | 20 | 145 | 57 | 105 |
| Binary | 10100010 | 11010101 | 10001011 | 11000 | 0 | 100011 | 10000 | 1100101 | 101111 | 1000101 |
Color Harmonies of #A2D58B
Complementary color
Monochromatic Colors of #A2D58B
Black with #A2D58B
Text Example
Text Example
White with #A2D58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D58B; }
p { color: rgb(162,213,139); }
H1.HeaderClassName
{
color: #A2D58B;
}
.AnyTagClassName
{
color: #A2D58B;
}
</style>
background-color css
<style>
a { background-color: #A2D58B; }
a { background-color: rgb(162,213,139); }
div.DivClassName
{
background-color: #A2D58B;
}
.BgClassName
{
background-color: #A2D58B;
}
</style>
border-color css
<style>
span { border-color: #A2D58B; }
span { border-color: rgb(162,213,139); }
td.TdClassName
{
border-color: #A2D58B;
}
.TagClassName
{
border-color: #A2D58B;
}
</style>