#A2BE5E

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

Shades of Olivine #A2BE5E

Tints of Olivine #A2BE5E

Color information

#A2BE5E (or 0xA2BE5E) is unknown color: approx Olivine. HEX triplet: A2, BE and 5E. RGB value is (162,190,94). Sum of RGB (Red+Green+Blue) = 162+190+94=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE5E is #5D41A1. Grayscale: #ABABAB. Windows color (decimal): -6111650 or 6209186. OLE color: 6209186.

HSL color Cylindrical-coordinate representation of color #A2BE5E: hue angle of 77.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2BE5E is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB16219094-
CMYK0.1500.510.25
HSL77.5º42.48%55.69%-
HSV(B)77.5º50.53%74.51%-
XYZ35.3345.3217.47-
YUV170.6884.72121.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 94 (37.11% from 255) = 21.08%
R=36.32%
G=42.60%
B=21.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162190940.1500.510.2577.542.4855.69
HexA2BE5EF033194e2a38
Octal24227613617063311165270
Binary1010001010111110101111011110110011110011001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE5E; }

 p { color: rgb(162,190,94); }

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

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

 a { background-color: rgb(162,190,94); }

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

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

 span { border-color: rgb(162,190,94); }

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