#A3BA76

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

Shades of Olivine #A3BA76

Tints of Olivine #A3BA76

Color information

#A3BA76 (or 0xA3BA76) is unknown color: approx Olivine. HEX triplet: A3, BA and 76. RGB value is (163,186,118). Sum of RGB (Red+Green+Blue) = 163+186+118=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA76 is #5C4589. Grayscale: #ABABAB. Windows color (decimal): -6047114 or 7781027. OLE color: 7781027.

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

Color convert

RGB163186118-
CMYK0.1200.370.27
HSL80.29º33.01%59.61%-
HSV(B)80.29º36.56%72.94%-
XYZ35.9344.2123.78-
YUV171.3797.88122.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=34.90%
G=39.83%
B=25.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861180.1200.370.2780.2933.0159.61
HexA3BA76C0251B50213c
Octal24327216614045331204174
Binary1010001110111010111011011000100101110111010000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BA76; }

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

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

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

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

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

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

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

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