#A9C9B1

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

Shades of Gum Leaf #A9C9B1

Tints of Gum Leaf #A9C9B1

Color information

#A9C9B1 (or 0xA9C9B1) is unknown color: approx Gum Leaf. HEX triplet: A9, C9 and B1. RGB value is (169,201,177). Sum of RGB (Red+Green+Blue) = 169+201+177=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C9B1 is #56364E. Grayscale: #BCBCBC. Windows color (decimal): -5649999 or 11651497. OLE color: 11651497.

HSL color Cylindrical-coordinate representation of color #A9C9B1: hue angle of 135º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C9B1 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB169201177-
CMYK0.1600.120.21
HSL135º22.86%72.55%-
HSV(B)135º15.92%78.82%-
XYZ45.1853.3849.52-
YUV188.7121.4113.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=30.90%
G=36.75%
B=32.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011770.1600.120.2113522.8672.55
HexA9C9B1100C15871749
Octal251311261200142520727111
Binary10101001110010011011000110000011001010110000111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C9B1; }

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

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

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

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

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

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

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

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