#A4CEB3

Color #A4CEB3 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A4CEB3

Tints of Gum Leaf #A4CEB3

Color information

#A4CEB3 (or 0xA4CEB3) is unknown color: approx Gum Leaf. HEX triplet: A4, CE and B3. RGB value is (164,206,179). Sum of RGB (Red+Green+Blue) = 164+206+179=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEB3 is #5B314C. Grayscale: #BEBEBE. Windows color (decimal): -5976397 or 11783844. OLE color: 11783844.

HSL color Cylindrical-coordinate representation of color #A4CEB3: hue angle of 141.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CEB3 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB164206179-
CMYK0.2000.130.19
HSL141.43º30%72.55%-
HSV(B)141.43º20.39%80.78%-
XYZ45.5255.2950.92-
YUV190.36121.59109.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 179 (70.31% from 255) = 32.60%
R=29.87%
G=37.52%
B=32.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061790.2000.130.19141.433072.55
HexA4CEB3140D138d1e49
Octal244316263240152321536111
Binary10100100110011101011001110100011011001110001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEB3; }

 p { color: rgb(164,206,179); }

 H1.HeaderClassName
 {
   color: #A4CEB3;
 }
 .AnyTagClassName
 {
   color: #A4CEB3;
 }
</style>
background-color css

<style>
 a { background-color: #A4CEB3; }

 a { background-color: rgb(164,206,179); }

 div.DivClassName
 {
   background-color: #A4CEB3;
 }
 .BgClassName
 {
   background-color: #A4CEB3;
 }
</style>
border-color css

<style>
 span { border-color: #A4CEB3; }

 span { border-color: rgb(164,206,179); }

 td.TdClassName
 {
   border-color: #A4CEB3;
 }
 .TagClassName
 {
   border-color: #A4CEB3;
 }
</style>