Shades of Gum Leaf #A9BCAB
Tints of Gum Leaf #A9BCAB
RGB
CMYK
RGB Variations
Color information
#A9BCAB (or 0xA9BCAB) is known color: Gum Leaf. HEX triplet: A9, BC and AB. RGB value is (169,188,171). Sum of RGB (Red+Green+Blue) = 169+188+171=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCAB is #564354. Grayscale: #B4B4B4. Windows color (decimal): -5653333 or 11254953. OLE color: 11254953.
HSL color Cylindrical-coordinate representation of color #A9BCAB: hue angle of 126.32º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BCAB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 171 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.26 |
| HSL | 126.32º | 0.12% | 0.7% | - |
| HSV(B) | 126.32º | 0.1% | 0.74% | - |
| XYZ | 41.7 | 47.34 | 45.47 | - |
| YUV | 180.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 171 | 0.10 | 0 | 0.09 | 0.26 | 126.32 | 0.12 | 0.7 |
| Hex | A9 | BC | AB | A | 0 | 9 | 1A | 7E | C | 46 |
| Octal | 251 | 274 | 253 | 12 | 0 | 11 | 32 | 176 | 14 | 106 |
| Binary | 10101001 | 10111100 | 10101011 | 1010 | 0 | 1001 | 11010 | 1111110 | 1100 | 1000110 |
Color Harmonies of #A9BCAB
Complementary color
Monochromatic Colors of #A9BCAB
Black with #A9BCAB
Text Example
Text Example
White with #A9BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCAB; }
p { color: rgb(169,188,171); }
H1.HeaderClassName
{
color: #A9BCAB;
}
.AnyTagClassName
{
color: #A9BCAB;
}
</style>
background-color css
<style>
a { background-color: #A9BCAB; }
a { background-color: rgb(169,188,171); }
div.DivClassName
{
background-color: #A9BCAB;
}
.BgClassName
{
background-color: #A9BCAB;
}
</style>
border-color css
<style>
span { border-color: #A9BCAB; }
span { border-color: rgb(169,188,171); }
td.TdClassName
{
border-color: #A9BCAB;
}
.TagClassName
{
border-color: #A9BCAB;
}
</style>