#A9C1B1

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

Shades of Gum Leaf #A9C1B1

Tints of Gum Leaf #A9C1B1

Color information

#A9C1B1 (or 0xA9C1B1) is unknown color: approx Gum Leaf. HEX triplet: A9, C1 and B1. RGB value is (169,193,177). Sum of RGB (Red+Green+Blue) = 169+193+177=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C1B1 is #563E4E. Grayscale: #B8B8B8. Windows color (decimal): -5652047 or 11649449. OLE color: 11649449.

HSL color Cylindrical-coordinate representation of color #A9C1B1: hue angle of 140º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C1B1 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB169193177-
CMYK0.1200.080.24
HSL140º16.22%70.98%-
HSV(B)140º12.44%75.69%-
XYZ43.3749.7548.91-
YUV184124.05117.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=31.35%
G=35.81%
B=32.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931770.1200.080.2414016.2270.98
HexA9C1B1C08188c1047
Octal251301261140103021420107
Binary1010100111000001101100011100010001100010001100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1B1; }

 p { color: rgb(169,193,177); }

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

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

 a { background-color: rgb(169,193,177); }

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

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

 span { border-color: rgb(169,193,177); }

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