#A9BCAB

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

Shades of Gum Leaf #A9BCAB

Tints of Gum Leaf #A9BCAB

Color information

#A9BCAB (or 0xA9BCAB) is unknown color: approx Gum Leaf. HEX triplet: A9, BC and AB. RGB value is (169,188,171). Sum of RGB (Red+Green+Blue) = 169+188+171=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCAB is #564354. Grayscale: #B4B4B4. Windows color (decimal): -5653333 or 11254953. OLE color: 11254953.

HSL color Cylindrical-coordinate representation of color #A9BCAB: hue angle of 126.32º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BCAB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB169188171-
CMYK0.1000.090.26
HSL126.32º12.42%70%-
HSV(B)126.32º10.11%73.73%-
XYZ41.747.3445.47-
YUV180.38122.71119.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=32.01%
G=35.61%
B=32.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881710.1000.090.26126.3212.4270
HexA9BCABA091A7ec46
Octal251274253120113217614106
Binary10101001101111001010101110100100111010111111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCAB; }

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

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

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

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

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

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

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

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