#A5BCA7

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

Shades of Gum Leaf #A5BCA7

Tints of Gum Leaf #A5BCA7

Color information

#A5BCA7 (or 0xA5BCA7) is unknown color: approx Gum Leaf. HEX triplet: A5, BC and A7. RGB value is (165,188,167). Sum of RGB (Red+Green+Blue) = 165+188+167=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCA7 is #5A4358. Grayscale: #B2B2B2. Windows color (decimal): -5915481 or 10992805. OLE color: 10992805.

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

Color convert

RGB165188167-
CMYK0.1200.110.26
HSL125.22º14.65%69.22%-
HSV(B)125.22º12.23%73.73%-
XYZ40.4846.7643.45-
YUV178.73121.38118.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=31.73%
G=36.15%
B=32.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881670.1200.110.26125.2214.6569.22
HexA5BCA7C0B1A7df45
Octal245274247140133217517105
Binary10100101101111001010011111000101111010111110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCA7; }

 p { color: rgb(165,188,167); }

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

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

 a { background-color: rgb(165,188,167); }

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

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

 span { border-color: rgb(165,188,167); }

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