#A9C5B2

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

Shades of Gum Leaf #A9C5B2

Tints of Gum Leaf #A9C5B2

Color information

#A9C5B2 (or 0xA9C5B2) is unknown color: approx Gum Leaf. HEX triplet: A9, C5 and B2. RGB value is (169,197,178). Sum of RGB (Red+Green+Blue) = 169+197+178=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C5B2 is #563A4D. Grayscale: #BABABA. Windows color (decimal): -5651022 or 11716009. OLE color: 11716009.

HSL color Cylindrical-coordinate representation of color #A9C5B2: hue angle of 139.29º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C5B2 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB169197178-
CMYK0.1400.100.23
HSL139.29º19.44%71.76%-
HSV(B)139.29º14.21%77.25%-
XYZ44.3651.5849.74-
YUV186.46123.22115.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=31.07%
G=36.21%
B=32.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691971780.1400.100.23139.2919.4471.76
HexA9C5B2E0A178b1348
Octal251305262160122721323110
Binary1010100111000101101100101110010101011110001011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C5B2; }

 p { color: rgb(169,197,178); }

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

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

 a { background-color: rgb(169,197,178); }

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

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

 span { border-color: rgb(169,197,178); }

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