#A3BE6A

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

Shades of Olivine #A3BE6A

Tints of Olivine #A3BE6A

Color information

#A3BE6A (or 0xA3BE6A) is unknown color: approx Olivine. HEX triplet: A3, BE and 6A. RGB value is (163,190,106). Sum of RGB (Red+Green+Blue) = 163+190+106=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE6A is #5C4195. Grayscale: #ACACAC. Windows color (decimal): -6046102 or 6995619. OLE color: 6995619.

HSL color Cylindrical-coordinate representation of color #A3BE6A: hue angle of 79.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3BE6A is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB163190106-
CMYK0.1400.440.25
HSL79.29º39.25%58.04%-
HSV(B)79.29º44.21%74.51%-
XYZ36.1245.6520.54-
YUV172.3590.55121.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=35.51%
G=41.39%
B=23.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901060.1400.440.2579.2939.2558.04
HexA3BE6AE02C194f273a
Octal24327615216054311174772
Binary1010001110111110110101011100101100110011001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE6A; }

 p { color: rgb(163,190,106); }

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

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

 a { background-color: rgb(163,190,106); }

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

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

 span { border-color: rgb(163,190,106); }

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