#A3B57E

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

Shades of Olivine #A3B57E

Tints of Olivine #A3B57E

Color information

#A3B57E (or 0xA3B57E) is unknown color: approx Olivine. HEX triplet: A3, B5 and 7E. RGB value is (163,181,126). Sum of RGB (Red+Green+Blue) = 163+181+126=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B57E is #5C4A81. Grayscale: #A9A9A9. Windows color (decimal): -6048386 or 8304035. OLE color: 8304035.

HSL color Cylindrical-coordinate representation of color #A3B57E: hue angle of 79.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3B57E is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB163181126-
CMYK0.1000.300.29
HSL79.64º27.09%60.2%-
HSV(B)79.64º30.39%70.98%-
XYZ35.3942.3426.05-
YUV169.35103.54123.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=34.68%
G=38.51%
B=26.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811260.1000.300.2979.6427.0960.2
HexA3B57EA01E1D501b3c
Octal24326517612036351203374
Binary10100011101101011111110101001111011101101000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B57E; }

 p { color: rgb(163,181,126); }

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

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

 a { background-color: rgb(163,181,126); }

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

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

 span { border-color: rgb(163,181,126); }

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