#A9C0B1

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

Shades of Gum Leaf #A9C0B1

Tints of Gum Leaf #A9C0B1

Color information

#A9C0B1 (or 0xA9C0B1) is unknown color: approx Gum Leaf. HEX triplet: A9, C0 and B1. RGB value is (169,192,177). Sum of RGB (Red+Green+Blue) = 169+192+177=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C0B1 is #563F4E. Grayscale: #B7B7B7. Windows color (decimal): -5652303 or 11649193. OLE color: 11649193.

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

Color convert

RGB169192177-
CMYK0.1200.080.25
HSL140.87º15.44%70.78%-
HSV(B)140.87º11.98%75.29%-
XYZ43.1549.3148.84-
YUV183.41124.38117.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=31.41%
G=35.69%
B=32.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921770.1200.080.25140.8715.4470.78
HexA9C0B1C08198df47
Octal251300261140103121517107
Binary101010011100000010110001110001000110011000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C0B1; }

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

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

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

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

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

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

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

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