#A5C3B1

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

Shades of Gum Leaf #A5C3B1

Tints of Gum Leaf #A5C3B1

Color information

#A5C3B1 (or 0xA5C3B1) is unknown color: approx Gum Leaf. HEX triplet: A5, C3 and B1. RGB value is (165,195,177). Sum of RGB (Red+Green+Blue) = 165+195+177=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C3B1 is #5A3C4E. Grayscale: #B8B8B8. Windows color (decimal): -5913679 or 11649957. OLE color: 11649957.

HSL color Cylindrical-coordinate representation of color #A5C3B1: hue angle of 144º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C3B1 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB165195177-
CMYK0.1500.090.24
HSL144º20%70.59%-
HSV(B)144º15.38%76.47%-
XYZ42.9750.249.02-
YUV183.98124.06114.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 195 (76.56% from 255) = 36.31%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=30.73%
G=36.31%
B=32.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951770.1500.090.241442070.59
HexA5C3B1F0918901447
Octal245303261170113022024107
Binary1010010111000011101100011111010011100010010000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C3B1; }

 p { color: rgb(165,195,177); }

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

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

 a { background-color: rgb(165,195,177); }

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

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

 span { border-color: rgb(165,195,177); }

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