#A2BC71

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

Shades of Olivine #A2BC71

Tints of Olivine #A2BC71

Color information

#A2BC71 (or 0xA2BC71) is unknown color: approx Olivine. HEX triplet: A2, BC and 71. RGB value is (162,188,113). Sum of RGB (Red+Green+Blue) = 162+188+113=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC71 is #5D438E. Grayscale: #ABABAB. Windows color (decimal): -6112143 or 7453858. OLE color: 7453858.

HSL color Cylindrical-coordinate representation of color #A2BC71: hue angle of 80.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2BC71 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB162188113-
CMYK0.1400.400.26
HSL80.8º35.89%59.02%-
HSV(B)80.8º39.89%73.73%-
XYZ35.8644.8422.39-
YUV171.6894.89121.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=34.99%
G=40.60%
B=24.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881130.1400.400.2680.835.8959.02
HexA2BC71E0281A51243b
Octal24227416116050321214473
Binary1010001010111100111000111100101000110101010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC71; }

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

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

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

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

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

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

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

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