Shades of Gum Leaf #A5BBAC
Tints of Gum Leaf #A5BBAC
RGB
CMYK
RGB Variations
Color information
#A5BBAC (or 0xA5BBAC) is known color: Gum Leaf. HEX triplet: A5, BB and AC. RGB value is (165,187,172). Sum of RGB (Red+Green+Blue) = 165+187+172=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBAC is #5A4453. Grayscale: #B2B2B2. Windows color (decimal): -5915732 or 11320229. OLE color: 11320229.
HSL color Cylindrical-coordinate representation of color #A5BBAC: hue angle of 139.09º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BBAC is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 172 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.27 |
| HSL | 139.09º | 0.14% | 0.69% | - |
| HSV(B) | 139.09º | 0.12% | 0.73% | - |
| XYZ | 40.73 | 46.52 | 45.86 | - |
| YUV | 178.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 172 | 0.12 | 0 | 0.08 | 0.27 | 139.09 | 0.14 | 0.69 |
| Hex | A5 | BB | AC | C | 0 | 8 | 1B | 8B | E | 45 |
| Octal | 245 | 273 | 254 | 14 | 0 | 10 | 33 | 213 | 16 | 105 |
| Binary | 10100101 | 10111011 | 10101100 | 1100 | 0 | 1000 | 11011 | 10001011 | 1110 | 1000101 |
Color Harmonies of #A5BBAC
Complementary color
Monochromatic Colors of #A5BBAC
Black with #A5BBAC
Text Example
Text Example
White with #A5BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBAC; }
p { color: rgb(165,187,172); }
H1.HeaderClassName
{
color: #A5BBAC;
}
.AnyTagClassName
{
color: #A5BBAC;
}
</style>
background-color css
<style>
a { background-color: #A5BBAC; }
a { background-color: rgb(165,187,172); }
div.DivClassName
{
background-color: #A5BBAC;
}
.BgClassName
{
background-color: #A5BBAC;
}
</style>
border-color css
<style>
span { border-color: #A5BBAC; }
span { border-color: rgb(165,187,172); }
td.TdClassName
{
border-color: #A5BBAC;
}
.TagClassName
{
border-color: #A5BBAC;
}
</style>