#A4AB93

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

Shades of Green Spring #A4AB93

Tints of Green Spring #A4AB93

Color information

#A4AB93 (or 0xA4AB93) is unknown color: approx Green Spring. HEX triplet: A4, AB and 93. RGB value is (164,171,147). Sum of RGB (Red+Green+Blue) = 164+171+147=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB93 is #5B546C. Grayscale: #A6A6A6. Windows color (decimal): -5985389 or 9677732. OLE color: 9677732.

HSL color Cylindrical-coordinate representation of color #A4AB93: hue angle of 77.5º 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 #A4AB93 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB164171147-
CMYK0.0400.140.33
HSL77.5º12.5%62.35%-
HSV(B)77.5º14.04%67.06%-
XYZ35.1439.1233.3-
YUV166.17117.18126.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=34.02%
G=35.48%
B=30.50%

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
Decimal1641711470.0400.140.3377.512.562.35
HexA4AB9340E214dd3e
Octal2442532234016411151576
Binary1010010010101011100100111000111010000110011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB93; }

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

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

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

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

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

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

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

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