Shades of Gum Leaf #A5BDAA
Tints of Gum Leaf #A5BDAA
RGB
CMYK
RGB Variations
Color information
#A5BDAA (or 0xA5BDAA) is known color: Gum Leaf. HEX triplet: A5, BD and AA. RGB value is (165,189,170). Sum of RGB (Red+Green+Blue) = 165+189+170=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDAA is #5A4255. Grayscale: #B3B3B3. Windows color (decimal): -5915222 or 11189669. OLE color: 11189669.
HSL color Cylindrical-coordinate representation of color #A5BDAA: hue angle of 132.5º degrees, saturation: 0.15, 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 #A5BDAA is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 170 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.26 |
| HSL | 132.5º | 0.15% | 0.69% | - |
| HSV(B) | 132.5º | 0.13% | 0.74% | - |
| XYZ | 40.97 | 47.3 | 45 | - |
| YUV | 179.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 170 | 0.13 | 0 | 0.10 | 0.26 | 132.5 | 0.15 | 0.69 |
| Hex | A5 | BD | AA | D | 0 | A | 1A | 84 | F | 45 |
| Octal | 245 | 275 | 252 | 15 | 0 | 12 | 32 | 204 | 17 | 105 |
| Binary | 10100101 | 10111101 | 10101010 | 1101 | 0 | 1010 | 11010 | 10000100 | 1111 | 1000101 |
Color Harmonies of #A5BDAA
Complementary color
Monochromatic Colors of #A5BDAA
Black with #A5BDAA
Text Example
Text Example
White with #A5BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDAA; }
p { color: rgb(165,189,170); }
H1.HeaderClassName
{
color: #A5BDAA;
}
.AnyTagClassName
{
color: #A5BDAA;
}
</style>
background-color css
<style>
a { background-color: #A5BDAA; }
a { background-color: rgb(165,189,170); }
div.DivClassName
{
background-color: #A5BDAA;
}
.BgClassName
{
background-color: #A5BDAA;
}
</style>
border-color css
<style>
span { border-color: #A5BDAA; }
span { border-color: rgb(165,189,170); }
td.TdClassName
{
border-color: #A5BDAA;
}
.TagClassName
{
border-color: #A5BDAA;
}
</style>