Shades of Gum Leaf #A4BDA8
Tints of Gum Leaf #A4BDA8
RGB
CMYK
RGB Variations
Color information
#A4BDA8 (or 0xA4BDA8) is known color: Gum Leaf. HEX triplet: A4, BD and A8. RGB value is (164,189,168). Sum of RGB (Red+Green+Blue) = 164+189+168=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDA8 is #5B4257. Grayscale: #B3B3B3. Windows color (decimal): -5980760 or 11058596. OLE color: 11058596.
HSL color Cylindrical-coordinate representation of color #A4BDA8: hue angle of 129.6º 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 #A4BDA8 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 168 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.26 |
| HSL | 129.6º | 0.16% | 0.69% | - |
| HSV(B) | 129.6º | 0.13% | 0.74% | - |
| XYZ | 40.58 | 47.11 | 44 | - |
| YUV | 179.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 168 | 0.13 | 0 | 0.11 | 0.26 | 129.6 | 0.16 | 0.69 |
| Hex | A4 | BD | A8 | D | 0 | B | 1A | 82 | 10 | 45 |
| Octal | 244 | 275 | 250 | 15 | 0 | 13 | 32 | 202 | 20 | 105 |
| Binary | 10100100 | 10111101 | 10101000 | 1101 | 0 | 1011 | 11010 | 10000010 | 10000 | 1000101 |
Color Harmonies of #A4BDA8
Complementary color
Monochromatic Colors of #A4BDA8
Black with #A4BDA8
Text Example
Text Example
White with #A4BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDA8; }
p { color: rgb(164,189,168); }
H1.HeaderClassName
{
color: #A4BDA8;
}
.AnyTagClassName
{
color: #A4BDA8;
}
</style>
background-color css
<style>
a { background-color: #A4BDA8; }
a { background-color: rgb(164,189,168); }
div.DivClassName
{
background-color: #A4BDA8;
}
.BgClassName
{
background-color: #A4BDA8;
}
</style>
border-color css
<style>
span { border-color: #A4BDA8; }
span { border-color: rgb(164,189,168); }
td.TdClassName
{
border-color: #A4BDA8;
}
.TagClassName
{
border-color: #A4BDA8;
}
</style>