#A4C6B0

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

Shades of Gum Leaf #A4C6B0

Tints of Gum Leaf #A4C6B0

Color information

#A4C6B0 (or 0xA4C6B0) is unknown color: approx Gum Leaf. HEX triplet: A4, C6 and B0. RGB value is (164,198,176). Sum of RGB (Red+Green+Blue) = 164+198+176=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C6B0 is #5B394F. Grayscale: #B9B9B9. Windows color (decimal): -5978448 or 11585188. OLE color: 11585188.

HSL color Cylindrical-coordinate representation of color #A4C6B0: hue angle of 141.18º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C6B0 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB164198176-
CMYK0.1700.110.22
HSL141.18º22.97%70.98%-
HSV(B)141.18º17.17%77.65%-
XYZ43.3451.4248.71-
YUV185.33122.74112.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=30.48%
G=36.80%
B=32.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641981760.1700.110.22141.1822.9770.98
HexA4C6B0110B168d1747
Octal244306260210132621527107
Binary10100100110001101011000010001010111011010001101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C6B0; }

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

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

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

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

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

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

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

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