#A5AB95

Color #A5AB95 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A5AB95

Tints of Green Spring #A5AB95

Color information

#A5AB95 (or 0xA5AB95) is unknown color: approx Green Spring. HEX triplet: A5, AB and 95. RGB value is (165,171,149). Sum of RGB (Red+Green+Blue) = 165+171+149=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB95 is #5A546A. Grayscale: #A6A6A6. Windows color (decimal): -5919851 or 9808805. OLE color: 9808805.

HSL color Cylindrical-coordinate representation of color #A5AB95: hue angle of 76.36º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5AB95 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB165171149-
CMYK0.0400.130.33
HSL76.36º11.58%62.75%-
HSV(B)76.36º12.87%67.06%-
XYZ35.539.334.15-
YUV166.7118.01126.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=34.02%
G=35.26%
B=30.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651711490.0400.130.3376.3611.5862.75
HexA5AB9540D214cc3f
Octal2452532254015411141477
Binary1010010110101011100101011000110110000110011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB95; }

 p { color: rgb(165,171,149); }

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

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

 a { background-color: rgb(165,171,149); }

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

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

 span { border-color: rgb(165,171,149); }

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