#A5BFA7

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

Shades of Gum Leaf #A5BFA7

Tints of Gum Leaf #A5BFA7

Color information

#A5BFA7 (or 0xA5BFA7) is unknown color: approx Gum Leaf. HEX triplet: A5, BF and A7. RGB value is (165,191,167). Sum of RGB (Red+Green+Blue) = 165+191+167=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BFA7 is #5A4058. Grayscale: #B4B4B4. Windows color (decimal): -5914713 or 10993573. OLE color: 10993573.

HSL color Cylindrical-coordinate representation of color #A5BFA7: hue angle of 124.62º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5BFA7 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB165191167-
CMYK0.1400.130.25
HSL124.62º16.88%69.8%-
HSV(B)124.62º13.61%74.9%-
XYZ41.1248.0543.67-
YUV180.49120.39116.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 167 (65.62% from 255) = 31.93%
R=31.55%
G=36.52%
B=31.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651911670.1400.130.25124.6216.8869.8
HexA5BFA7E0D197d1146
Octal245277247160153117521106
Binary101001011011111110100111111001101110011111101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFA7; }

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

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

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

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

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

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

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

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