Shades of Gum Leaf #A5BDA7
Tints of Gum Leaf #A5BDA7
RGB
CMYK
RGB Variations
Color information
#A5BDA7 (or 0xA5BDA7) is known color: Gum Leaf. HEX triplet: A5, BD and A7. RGB value is (165,189,167). Sum of RGB (Red+Green+Blue) = 165+189+167=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDA7 is #5A4258. Grayscale: #B3B3B3. Windows color (decimal): -5915225 or 10993061. OLE color: 10993061.
HSL color Cylindrical-coordinate representation of color #A5BDA7: hue angle of 125º 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 #A5BDA7 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 167 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.26 |
| HSL | 125º | 0.15% | 0.69% | - |
| HSV(B) | 125º | 0.13% | 0.74% | - |
| XYZ | 40.69 | 47.18 | 43.52 | - |
| YUV | 179.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 167 | 0.13 | 0 | 0.12 | 0.26 | 125 | 0.15 | 0.69 |
| Hex | A5 | BD | A7 | D | 0 | C | 1A | 7D | F | 45 |
| Octal | 245 | 275 | 247 | 15 | 0 | 14 | 32 | 175 | 17 | 105 |
| Binary | 10100101 | 10111101 | 10100111 | 1101 | 0 | 1100 | 11010 | 1111101 | 1111 | 1000101 |
Color Harmonies of #A5BDA7
Complementary color
Monochromatic Colors of #A5BDA7
Black with #A5BDA7
Text Example
Text Example
White with #A5BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDA7; }
p { color: rgb(165,189,167); }
H1.HeaderClassName
{
color: #A5BDA7;
}
.AnyTagClassName
{
color: #A5BDA7;
}
</style>
background-color css
<style>
a { background-color: #A5BDA7; }
a { background-color: rgb(165,189,167); }
div.DivClassName
{
background-color: #A5BDA7;
}
.BgClassName
{
background-color: #A5BDA7;
}
</style>
border-color css
<style>
span { border-color: #A5BDA7; }
span { border-color: rgb(165,189,167); }
td.TdClassName
{
border-color: #A5BDA7;
}
.TagClassName
{
border-color: #A5BDA7;
}
</style>