Shades of Gum Leaf #A4BDAA
Tints of Gum Leaf #A4BDAA
RGB
CMYK
RGB Variations
Color information
#A4BDAA (or 0xA4BDAA) is known color: Gum Leaf. HEX triplet: A4, BD and AA. RGB value is (164,189,170). Sum of RGB (Red+Green+Blue) = 164+189+170=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDAA is #5B4255. Grayscale: #B3B3B3. Windows color (decimal): -5980758 or 11189668. OLE color: 11189668.
HSL color Cylindrical-coordinate representation of color #A4BDAA: hue angle of 134.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4BDAA is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 170 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.26 |
| HSL | 134.4º | 0.16% | 0.69% | - |
| HSV(B) | 134.4º | 0.13% | 0.74% | - |
| XYZ | 40.76 | 47.19 | 44.99 | - |
| YUV | 179.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 170 | 0.13 | 0 | 0.10 | 0.26 | 134.4 | 0.16 | 0.69 |
| Hex | A4 | BD | AA | D | 0 | A | 1A | 86 | 10 | 45 |
| Octal | 244 | 275 | 252 | 15 | 0 | 12 | 32 | 206 | 20 | 105 |
| Binary | 10100100 | 10111101 | 10101010 | 1101 | 0 | 1010 | 11010 | 10000110 | 10000 | 1000101 |
Color Harmonies of #A4BDAA
Complementary color
Monochromatic Colors of #A4BDAA
Black with #A4BDAA
Text Example
Text Example
White with #A4BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDAA; }
p { color: rgb(164,189,170); }
H1.HeaderClassName
{
color: #A4BDAA;
}
.AnyTagClassName
{
color: #A4BDAA;
}
</style>
background-color css
<style>
a { background-color: #A4BDAA; }
a { background-color: rgb(164,189,170); }
div.DivClassName
{
background-color: #A4BDAA;
}
.BgClassName
{
background-color: #A4BDAA;
}
</style>
border-color css
<style>
span { border-color: #A4BDAA; }
span { border-color: rgb(164,189,170); }
td.TdClassName
{
border-color: #A4BDAA;
}
.TagClassName
{
border-color: #A4BDAA;
}
</style>