#A2B67A

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

Shades of Olivine #A2B67A

Tints of Olivine #A2B67A

Color information

#A2B67A (or 0xA2B67A) is unknown color: approx Olivine. HEX triplet: A2, B6 and 7A. RGB value is (162,182,122). Sum of RGB (Red+Green+Blue) = 162+182+122=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B67A is #5D4985. Grayscale: #A9A9A9. Windows color (decimal): -6113670 or 8042146. OLE color: 8042146.

HSL color Cylindrical-coordinate representation of color #A2B67A: hue angle of 80º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2B67A is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB162182122-
CMYK0.1100.330.29
HSL80º29.13%59.61%-
HSV(B)80º32.97%71.37%-
XYZ35.1442.5424.77-
YUV169.18101.37122.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=34.76%
G=39.06%
B=26.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821220.1100.330.298029.1359.61
HexA2B67AB0211D501d3c
Octal24226617213041351203574
Binary101000101011011011110101011010000111101101000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B67A; }

 p { color: rgb(162,182,122); }

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

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

 a { background-color: rgb(162,182,122); }

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

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

 span { border-color: rgb(162,182,122); }

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