Shades of Gum Leaf #A2BFA8
Tints of Gum Leaf #A2BFA8
RGB
CMYK
RGB Variations
Color information
#A2BFA8 (or 0xA2BFA8) is known color: Gum Leaf. HEX triplet: A2, BF and A8. RGB value is (162,191,168). Sum of RGB (Red+Green+Blue) = 162+191+168=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BFA8 is #5D4057. Grayscale: #B3B3B3. Windows color (decimal): -6111320 or 11059106. OLE color: 11059106.
HSL color Cylindrical-coordinate representation of color #A2BFA8: hue angle of 132.41º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BFA8 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 168 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.25 |
| HSL | 132.41º | 0.18% | 0.69% | - |
| HSV(B) | 132.41º | 0.15% | 0.75% | - |
| XYZ | 40.6 | 47.77 | 44.13 | - |
| YUV | 179.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 168 | 0.15 | 0 | 0.12 | 0.25 | 132.41 | 0.18 | 0.69 |
| Hex | A2 | BF | A8 | F | 0 | C | 19 | 84 | 12 | 45 |
| Octal | 242 | 277 | 250 | 17 | 0 | 14 | 31 | 204 | 22 | 105 |
| Binary | 10100010 | 10111111 | 10101000 | 1111 | 0 | 1100 | 11001 | 10000100 | 10010 | 1000101 |
Color Harmonies of #A2BFA8
Complementary color
Monochromatic Colors of #A2BFA8
Black with #A2BFA8
Text Example
Text Example
White with #A2BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFA8; }
p { color: rgb(162,191,168); }
H1.HeaderClassName
{
color: #A2BFA8;
}
.AnyTagClassName
{
color: #A2BFA8;
}
</style>
background-color css
<style>
a { background-color: #A2BFA8; }
a { background-color: rgb(162,191,168); }
div.DivClassName
{
background-color: #A2BFA8;
}
.BgClassName
{
background-color: #A2BFA8;
}
</style>
border-color css
<style>
span { border-color: #A2BFA8; }
span { border-color: rgb(162,191,168); }
td.TdClassName
{
border-color: #A2BFA8;
}
.TagClassName
{
border-color: #A2BFA8;
}
</style>