#A9CBAE

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

Shades of Gum Leaf #A9CBAE

Tints of Gum Leaf #A9CBAE

Color information

#A9CBAE (or 0xA9CBAE) is unknown color: approx Gum Leaf. HEX triplet: A9, CB and AE. RGB value is (169,203,174). Sum of RGB (Red+Green+Blue) = 169+203+174=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CBAE is #563451. Grayscale: #BDBDBD. Windows color (decimal): -5649490 or 11455401. OLE color: 11455401.

HSL color Cylindrical-coordinate representation of color #A9CBAE: hue angle of 128.82º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CBAE is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB169203174-
CMYK0.1700.140.20
HSL128.82º24.64%72.94%-
HSV(B)128.82º16.75%79.61%-
XYZ45.3654.248.12-
YUV189.53119.24113.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=30.95%
G=37.18%
B=31.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031740.1700.140.20128.8224.6472.94
HexA9CBAE110E14811949
Octal251313256210162420131111
Binary10101001110010111010111010001011101010010000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBAE; }

 p { color: rgb(169,203,174); }

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

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

 a { background-color: rgb(169,203,174); }

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

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

 span { border-color: rgb(169,203,174); }

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