#A3BA7E

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

Shades of Olivine #A3BA7E

Tints of Olivine #A3BA7E

Color information

#A3BA7E (or 0xA3BA7E) is unknown color: approx Olivine. HEX triplet: A3, BA and 7E. RGB value is (163,186,126). Sum of RGB (Red+Green+Blue) = 163+186+126=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA7E is #5C4581. Grayscale: #ACACAC. Windows color (decimal): -6047106 or 8305315. OLE color: 8305315.

HSL color Cylindrical-coordinate representation of color #A3BA7E: hue angle of 83º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3BA7E is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB163186126-
CMYK0.1200.320.27
HSL83º30.3%61.18%-
HSV(B)83º32.26%72.94%-
XYZ36.4344.4126.39-
YUV172.28101.88121.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=34.32%
G=39.16%
B=26.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861260.1200.320.278330.361.18
HexA3BA7EC0201B531e3d
Octal24327217614040331233675
Binary101000111011101011111101100010000011011101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BA7E; }

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

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

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

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

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

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

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

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