Shades of Gum Leaf #A2BAA5
Tints of Gum Leaf #A2BAA5
RGB
CMYK
RGB Variations
Color information
#A2BAA5 (or 0xA2BAA5) is known color: Gum Leaf. HEX triplet: A2, BA and A5. RGB value is (162,186,165). Sum of RGB (Red+Green+Blue) = 162+186+165=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BAA5 is #5D455A. Grayscale: #B0B0B0. Windows color (decimal): -6112603 or 10861218. OLE color: 10861218.
HSL color Cylindrical-coordinate representation of color #A2BAA5: hue angle of 127.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BAA5 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 165 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.27 |
| HSL | 127.5º | 0.15% | 0.68% | - |
| HSV(B) | 127.5º | 0.13% | 0.73% | - |
| XYZ | 39.25 | 45.52 | 42.31 | - |
| YUV | 176.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 165 | 0.13 | 0 | 0.11 | 0.27 | 127.5 | 0.15 | 0.68 |
| Hex | A2 | BA | A5 | D | 0 | B | 1B | 80 | F | 44 |
| Octal | 242 | 272 | 245 | 15 | 0 | 13 | 33 | 200 | 17 | 104 |
| Binary | 10100010 | 10111010 | 10100101 | 1101 | 0 | 1011 | 11011 | 10000000 | 1111 | 1000100 |
Color Harmonies of #A2BAA5
Complementary color
Monochromatic Colors of #A2BAA5
Black with #A2BAA5
Text Example
Text Example
White with #A2BAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BAA5; }
p { color: rgb(162,186,165); }
H1.HeaderClassName
{
color: #A2BAA5;
}
.AnyTagClassName
{
color: #A2BAA5;
}
</style>
background-color css
<style>
a { background-color: #A2BAA5; }
a { background-color: rgb(162,186,165); }
div.DivClassName
{
background-color: #A2BAA5;
}
.BgClassName
{
background-color: #A2BAA5;
}
</style>
border-color css
<style>
span { border-color: #A2BAA5; }
span { border-color: rgb(162,186,165); }
td.TdClassName
{
border-color: #A2BAA5;
}
.TagClassName
{
border-color: #A2BAA5;
}
</style>