Shades of Gossip #A2D48B
Tints of Gossip #A2D48B
RGB
CMYK
RGB Variations
Color information
#A2D48B (or 0xA2D48B) is known color: Gossip. HEX triplet: A2, D4 and 8B. RGB value is (162,212,139). Sum of RGB (Red+Green+Blue) = 162+212+139=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D48B is #5D2B74. Grayscale: #BCBCBC. Windows color (decimal): -6105973 or 9163938. OLE color: 9163938.
HSL color Cylindrical-coordinate representation of color #A2D48B: hue angle of 101.1º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2D48B is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 139 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.17 |
| HSL | 101.1º | 0.46% | 0.69% | - |
| HSV(B) | 101.1º | 0.34% | 0.83% | - |
| XYZ | 43.1 | 56.63 | 33.09 | - |
| YUV | 188.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 139 | 0.24 | 0 | 0.34 | 0.17 | 101.1 | 0.46 | 0.69 |
| Hex | A2 | D4 | 8B | 18 | 0 | 22 | 11 | 65 | 2E | 45 |
| Octal | 242 | 324 | 213 | 30 | 0 | 42 | 21 | 145 | 56 | 105 |
| Binary | 10100010 | 11010100 | 10001011 | 11000 | 0 | 100010 | 10001 | 1100101 | 101110 | 1000101 |
Color Harmonies of #A2D48B
Complementary color
Monochromatic Colors of #A2D48B
Black with #A2D48B
Text Example
Text Example
White with #A2D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D48B; }
p { color: rgb(162,212,139); }
H1.HeaderClassName
{
color: #A2D48B;
}
.AnyTagClassName
{
color: #A2D48B;
}
</style>
background-color css
<style>
a { background-color: #A2D48B; }
a { background-color: rgb(162,212,139); }
div.DivClassName
{
background-color: #A2D48B;
}
.BgClassName
{
background-color: #A2D48B;
}
</style>
border-color css
<style>
span { border-color: #A2D48B; }
span { border-color: rgb(162,212,139); }
td.TdClassName
{
border-color: #A2D48B;
}
.TagClassName
{
border-color: #A2D48B;
}
</style>