#A2BA6F

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

Shades of Olivine #A2BA6F

Tints of Olivine #A2BA6F

Color information

#A2BA6F (or 0xA2BA6F) is unknown color: approx Olivine. HEX triplet: A2, BA and 6F. RGB value is (162,186,111). Sum of RGB (Red+Green+Blue) = 162+186+111=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA6F is #5D4590. Grayscale: #AAAAAA. Windows color (decimal): -6112657 or 7322274. OLE color: 7322274.

HSL color Cylindrical-coordinate representation of color #A2BA6F: hue angle of 79.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2BA6F is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB162186111-
CMYK0.1300.400.27
HSL79.2º35.21%58.24%-
HSV(B)79.2º40.32%72.94%-
XYZ35.3343.9521.66-
YUV170.2794.55122.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=35.29%
G=40.52%
B=24.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861110.1300.400.2779.235.2158.24
HexA2BA6FD0281B4f233a
Octal24227215715050331174372
Binary1010001010111010110111111010101000110111001111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA6F; }

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

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

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

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

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

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

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

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