#A2BA7E

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

Shades of Olivine #A2BA7E

Tints of Olivine #A2BA7E

Color information

#A2BA7E (or 0xA2BA7E) is unknown color: approx Olivine. HEX triplet: A2, BA and 7E. RGB value is (162,186,126). Sum of RGB (Red+Green+Blue) = 162+186+126=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA7E is #5D4581. Grayscale: #ACACAC. Windows color (decimal): -6112642 or 8305314. OLE color: 8305314.

HSL color Cylindrical-coordinate representation of color #A2BA7E: hue angle of 84º 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 #A2BA7E is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB162186126-
CMYK0.1300.320.27
HSL84º30.3%61.18%-
HSV(B)84º32.26%72.94%-
XYZ36.2344.3126.38-
YUV171.98102.05120.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=34.18%
G=39.24%
B=26.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861260.1300.320.278430.361.18
HexA2BA7ED0201B541e3d
Octal24227217615040331243675
Binary101000101011101011111101101010000011011101010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA7E; }

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

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

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

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

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

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

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

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