#A9CBAB

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

Shades of Gum Leaf #A9CBAB

Tints of Gum Leaf #A9CBAB

Color information

#A9CBAB (or 0xA9CBAB) is unknown color: approx Gum Leaf. HEX triplet: A9, CB and AB. RGB value is (169,203,171). Sum of RGB (Red+Green+Blue) = 169+203+171=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CBAB is #563454. Grayscale: #BDBDBD. Windows color (decimal): -5649493 or 11258793. OLE color: 11258793.

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

Color convert

RGB169203171-
CMYK0.1700.160.20
HSL123.53º24.64%72.94%-
HSV(B)123.53º16.75%79.61%-
XYZ45.0754.0946.59-
YUV189.19117.74113.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=31.12%
G=37.38%
B=31.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031710.1700.160.20123.5324.6472.94
HexA9CBAB11010147c1949
Octal251313253210202417431111
Binary10101001110010111010101110001010000101001111100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBAB; }

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

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

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

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

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

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

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

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