Shades of Gum Leaf #A2BDA4
Tints of Gum Leaf #A2BDA4
RGB
CMYK
RGB Variations
Color information
#A2BDA4 (or 0xA2BDA4) is known color: Gum Leaf. HEX triplet: A2, BD and A4. RGB value is (162,189,164). Sum of RGB (Red+Green+Blue) = 162+189+164=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDA4 is #5D425B. Grayscale: #B2B2B2. Windows color (decimal): -6111836 or 10796450. OLE color: 10796450.
HSL color Cylindrical-coordinate representation of color #A2BDA4: hue angle of 124.44º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BDA4 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 162 | 189 | 164 | - |
CMYK | 0.14 | 0 | 0.13 | 0.26 |
HSL | 124.44º | 0.17% | 0.69% | - |
HSV(B) | 124.44º | 0.14% | 0.74% | - |
XYZ | 39.8 | 46.76 | 42.05 | - |
YUV | 178.08 | 120.05 | 116.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 189 | 164 | 0.14 | 0 | 0.13 | 0.26 | 124.44 | 0.17 | 0.69 |
Hex | A2 | BD | A4 | E | 0 | D | 1A | 7C | 11 | 45 |
Octal | 242 | 275 | 244 | 16 | 0 | 15 | 32 | 174 | 21 | 105 |
Binary | 10100010 | 10111101 | 10100100 | 1110 | 0 | 1101 | 11010 | 1111100 | 10001 | 1000101 |
Color Harmonies of #A2BDA4
Complementary color
Monochromatic Colors of #A2BDA4
Black with #A2BDA4
Text Example
Text Example
White with #A2BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDA4; }
p { color: rgb(162,189,164); }
H1.HeaderClassName
{
color: #A2BDA4;
}
.AnyTagClassName
{
color: #A2BDA4;
}
</style>
background-color css
<style>
a { background-color: #A2BDA4; }
a { background-color: rgb(162,189,164); }
div.DivClassName
{
background-color: #A2BDA4;
}
.BgClassName
{
background-color: #A2BDA4;
}
</style>
border-color css
<style>
span { border-color: #A2BDA4; }
span { border-color: rgb(162,189,164); }
td.TdClassName
{
border-color: #A2BDA4;
}
.TagClassName
{
border-color: #A2BDA4;
}
</style>