#A2BC7D

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

Shades of Olivine #A2BC7D

Tints of Olivine #A2BC7D

Color information

#A2BC7D (or 0xA2BC7D) is unknown color: approx Olivine. HEX triplet: A2, BC and 7D. RGB value is (162,188,125). Sum of RGB (Red+Green+Blue) = 162+188+125=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC7D is #5D4382. Grayscale: #ADADAD. Windows color (decimal): -6112131 or 8240290. OLE color: 8240290.

HSL color Cylindrical-coordinate representation of color #A2BC7D: hue angle of 84.76º degrees, saturation: 0.32, 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 #A2BC7D is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB162188125-
CMYK0.1400.340.26
HSL84.76º31.98%61.37%-
HSV(B)84.76º33.51%73.73%-
XYZ36.5945.1326.18-
YUV173.04100.89120.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=34.11%
G=39.58%
B=26.32%

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
Decimal1621881250.1400.340.2684.7631.9861.37
HexA2BC7DE0221A55203d
Octal24227417516042321254075
Binary1010001010111100111110111100100010110101010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC7D; }

 p { color: rgb(162,188,125); }

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

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

 a { background-color: rgb(162,188,125); }

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

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

 span { border-color: rgb(162,188,125); }

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