#A3BA7B

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

Shades of Olivine #A3BA7B

Tints of Olivine #A3BA7B

Color information

#A3BA7B (or 0xA3BA7B) is unknown color: approx Olivine. HEX triplet: A3, BA and 7B. RGB value is (163,186,123). Sum of RGB (Red+Green+Blue) = 163+186+123=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA7B is #5C4584. Grayscale: #ACACAC. Windows color (decimal): -6047109 or 8108707. OLE color: 8108707.

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

Color convert

RGB163186123-
CMYK0.1200.340.27
HSL81.9º31.34%60.59%-
HSV(B)81.9º33.87%72.94%-
XYZ36.2444.3325.39-
YUV171.94100.38121.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=34.53%
G=39.41%
B=26.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861230.1200.340.2781.931.3460.59
HexA3BA7BC0221B521f3d
Octal24327217314042331223775
Binary101000111011101011110111100010001011011101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BA7B; }

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

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

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

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

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

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

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

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