#A4CBAC

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

Shades of Gum Leaf #A4CBAC

Tints of Gum Leaf #A4CBAC

Color information

#A4CBAC (or 0xA4CBAC) is unknown color: approx Gum Leaf. HEX triplet: A4, CB and AC. RGB value is (164,203,172). Sum of RGB (Red+Green+Blue) = 164+203+172=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CBAC is #5B3453. Grayscale: #BBBBBB. Windows color (decimal): -5977172 or 11324324. OLE color: 11324324.

HSL color Cylindrical-coordinate representation of color #A4CBAC: hue angle of 132.31º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4CBAC is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB164203172-
CMYK0.1900.150.20
HSL132.31º27.27%71.96%-
HSV(B)132.31º19.21%79.61%-
XYZ44.1153.5847.05-
YUV187.8119.08111.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=30.43%
G=37.66%
B=31.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642031720.1900.150.20132.3127.2771.96
HexA4CBAC130F14841b48
Octal244313254230172420433110
Binary10100100110010111010110010011011111010010000100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBAC; }

 p { color: rgb(164,203,172); }

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

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

 a { background-color: rgb(164,203,172); }

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

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

 span { border-color: rgb(164,203,172); }

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