#A2BE61

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

Shades of Olivine #A2BE61

Tints of Olivine #A2BE61

Color information

#A2BE61 (or 0xA2BE61) is unknown color: approx Olivine. HEX triplet: A2, BE and 61. RGB value is (162,190,97). Sum of RGB (Red+Green+Blue) = 162+190+97=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE61 is #5D419E. Grayscale: #ABABAB. Windows color (decimal): -6111647 or 6405794. OLE color: 6405794.

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

Color convert

RGB16219097-
CMYK0.1500.490.25
HSL78.06º41.7%56.27%-
HSV(B)78.06º48.95%74.51%-
XYZ35.4745.3718.2-
YUV171.0386.22121.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=36.08%
G=42.32%
B=21.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162190970.1500.490.2578.0641.756.27
HexA2BE61F031194e2a38
Octal24227614117061311165270
Binary1010001010111110110000111110110001110011001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE61; }

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

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

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

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

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

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

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

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