#A9CBAD

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

Shades of Gum Leaf #A9CBAD

Tints of Gum Leaf #A9CBAD

Color information

#A9CBAD (or 0xA9CBAD) is unknown color: approx Gum Leaf. HEX triplet: A9, CB and AD. RGB value is (169,203,173). Sum of RGB (Red+Green+Blue) = 169+203+173=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CBAD is #563452. Grayscale: #BDBDBD. Windows color (decimal): -5649491 or 11389865. OLE color: 11389865.

HSL color Cylindrical-coordinate representation of color #A9CBAD: hue angle of 127.06º 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 #A9CBAD is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB169203173-
CMYK0.1700.150.20
HSL127.06º24.64%72.94%-
HSV(B)127.06º16.75%79.61%-
XYZ45.2654.1647.6-
YUV189.41118.74113.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=31.01%
G=37.25%
B=31.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031730.1700.150.20127.0624.6472.94
HexA9CBAD110F147f1949
Octal251313255210172417731111
Binary1010100111001011101011011000101111101001111111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBAD; }

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

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

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

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

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

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

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

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