#A5AB93

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

Shades of Green Spring #A5AB93

Tints of Green Spring #A5AB93

Color information

#A5AB93 (or 0xA5AB93) is unknown color: approx Green Spring. HEX triplet: A5, AB and 93. RGB value is (165,171,147). Sum of RGB (Red+Green+Blue) = 165+171+147=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB93 is #5A546C. Grayscale: #A6A6A6. Windows color (decimal): -5919853 or 9677733. OLE color: 9677733.

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

Color convert

RGB165171147-
CMYK0.0400.140.33
HSL75º12.5%62.35%-
HSV(B)75º14.04%67.06%-
XYZ35.3539.2333.31-
YUV166.47117.01126.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=34.16%
G=35.40%
B=30.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651711470.0400.140.337512.562.35
HexA5AB9340E214bd3e
Octal2452532234016411131576
Binary1010010110101011100100111000111010000110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB93; }

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

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

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

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

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

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

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

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