#A4CAB0

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

Shades of Gum Leaf #A4CAB0

Tints of Gum Leaf #A4CAB0

Color information

#A4CAB0 (or 0xA4CAB0) is unknown color: approx Gum Leaf. HEX triplet: A4, CA and B0. RGB value is (164,202,176). Sum of RGB (Red+Green+Blue) = 164+202+176=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CAB0 is #5B354F. Grayscale: #BBBBBB. Windows color (decimal): -5977424 or 11586212. OLE color: 11586212.

HSL color Cylindrical-coordinate representation of color #A4CAB0: hue angle of 138.95º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4CAB0 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB164202176-
CMYK0.1900.130.21
HSL138.95º26.39%71.76%-
HSV(B)138.95º18.81%79.22%-
XYZ44.2753.2749.02-
YUV187.67121.41111.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=30.26%
G=37.27%
B=32.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021760.1900.130.21138.9526.3971.76
HexA4CAB0130D158b1a48
Octal244312260230152521332110
Binary10100100110010101011000010011011011010110001011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAB0; }

 p { color: rgb(164,202,176); }

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

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

 a { background-color: rgb(164,202,176); }

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

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

 span { border-color: rgb(164,202,176); }

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