#A2BD7C

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

Shades of Olivine #A2BD7C

Tints of Olivine #A2BD7C

Color information

#A2BD7C (or 0xA2BD7C) is unknown color: approx Olivine. HEX triplet: A2, BD and 7C. RGB value is (162,189,124). Sum of RGB (Red+Green+Blue) = 162+189+124=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD7C is #5D4283. Grayscale: #ADADAD. Windows color (decimal): -6111876 or 8175010. OLE color: 8175010.

HSL color Cylindrical-coordinate representation of color #A2BD7C: hue angle of 84.92º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2BD7C is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB162189124-
CMYK0.1400.340.26
HSL84.92º32.99%61.37%-
HSV(B)84.92º34.39%74.12%-
XYZ36.7445.5325.92-
YUV173.52100.05119.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=34.11%
G=39.79%
B=26.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621891240.1400.340.2684.9232.9961.37
HexA2BD7CE0221A55213d
Octal24227517416042321254175
Binary1010001010111101111110011100100010110101010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD7C; }

 p { color: rgb(162,189,124); }

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

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

 a { background-color: rgb(162,189,124); }

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

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

 span { border-color: rgb(162,189,124); }

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