#A0BDA5

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

Shades of Gum Leaf #A0BDA5

Tints of Gum Leaf #A0BDA5

Color information

#A0BDA5 (or 0xA0BDA5) is unknown color: approx Gum Leaf. HEX triplet: A0, BD and A5. RGB value is (160,189,165). Sum of RGB (Red+Green+Blue) = 160+189+165=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BDA5 is #5F425A. Grayscale: #B1B1B1. Windows color (decimal): -6242907 or 10861984. OLE color: 10861984.

HSL color Cylindrical-coordinate representation of color #A0BDA5: hue angle of 130.34º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BDA5 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB160189165-
CMYK0.1500.130.26
HSL130.34º18.01%68.43%-
HSV(B)130.34º15.34%74.12%-
XYZ39.4946.5942.51-
YUV177.59120.89115.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 165 (64.84% from 255) = 32.10%
R=31.13%
G=36.77%
B=32.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601891650.1500.130.26130.3418.0168.43
HexA0BDA5F0D1A821244
Octal240275245170153220222104
Binary1010000010111101101001011111011011101010000010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDA5; }

 p { color: rgb(160,189,165); }

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

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

 a { background-color: rgb(160,189,165); }

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

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

 span { border-color: rgb(160,189,165); }

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