#A3B47C

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

Shades of Olivine #A3B47C

Tints of Olivine #A3B47C

Color information

#A3B47C (or 0xA3B47C) is unknown color: approx Olivine. HEX triplet: A3, B4 and 7C. RGB value is (163,180,124). Sum of RGB (Red+Green+Blue) = 163+180+124=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B47C is #5C4B83. Grayscale: #A8A8A8. Windows color (decimal): -6048644 or 8172707. OLE color: 8172707.

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

Color convert

RGB163180124-
CMYK0.0900.310.29
HSL78.21º27.18%59.61%-
HSV(B)78.21º31.11%70.59%-
XYZ35.0641.8825.31-
YUV168.53102.87124.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=34.90%
G=38.54%
B=26.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801240.0900.310.2978.2127.1859.61
HexA3B47C901F1D4e1b3c
Octal24326417411037351163374
Binary10100011101101001111100100101111111101100111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B47C; }

 p { color: rgb(163,180,124); }

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

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

 a { background-color: rgb(163,180,124); }

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

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

 span { border-color: rgb(163,180,124); }

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