Shades of Gum Leaf #A2BDAA
Tints of Gum Leaf #A2BDAA
RGB
CMYK
RGB Variations
Color information
#A2BDAA (or 0xA2BDAA) is known color: Gum Leaf. HEX triplet: A2, BD and AA. RGB value is (162,189,170). Sum of RGB (Red+Green+Blue) = 162+189+170=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDAA is #5D4255. Grayscale: #B2B2B2. Windows color (decimal): -6111830 or 11189666. OLE color: 11189666.
HSL color Cylindrical-coordinate representation of color #A2BDAA: hue angle of 137.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BDAA is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 170 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.26 |
| HSL | 137.78º | 0.17% | 0.69% | - |
| HSV(B) | 137.78º | 0.14% | 0.74% | - |
| XYZ | 40.35 | 46.98 | 44.97 | - |
| YUV | 178.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 170 | 0.14 | 0 | 0.10 | 0.26 | 137.78 | 0.17 | 0.69 |
| Hex | A2 | BD | AA | E | 0 | A | 1A | 8A | 11 | 45 |
| Octal | 242 | 275 | 252 | 16 | 0 | 12 | 32 | 212 | 21 | 105 |
| Binary | 10100010 | 10111101 | 10101010 | 1110 | 0 | 1010 | 11010 | 10001010 | 10001 | 1000101 |
Color Harmonies of #A2BDAA
Complementary color
Monochromatic Colors of #A2BDAA
Black with #A2BDAA
Text Example
Text Example
White with #A2BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDAA; }
p { color: rgb(162,189,170); }
H1.HeaderClassName
{
color: #A2BDAA;
}
.AnyTagClassName
{
color: #A2BDAA;
}
</style>
background-color css
<style>
a { background-color: #A2BDAA; }
a { background-color: rgb(162,189,170); }
div.DivClassName
{
background-color: #A2BDAA;
}
.BgClassName
{
background-color: #A2BDAA;
}
</style>
border-color css
<style>
span { border-color: #A2BDAA; }
span { border-color: rgb(162,189,170); }
td.TdClassName
{
border-color: #A2BDAA;
}
.TagClassName
{
border-color: #A2BDAA;
}
</style>