#A2BE63

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

Shades of Olivine #A2BE63

Tints of Olivine #A2BE63

Color information

#A2BE63 (or 0xA2BE63) is unknown color: approx Olivine. HEX triplet: A2, BE and 63. RGB value is (162,190,99). Sum of RGB (Red+Green+Blue) = 162+190+99=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE63 is #5D419C. Grayscale: #ABABAB. Windows color (decimal): -6111645 or 6536866. OLE color: 6536866.

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

Color convert

RGB16219099-
CMYK0.1500.480.25
HSL78.46º41.18%56.67%-
HSV(B)78.46º47.89%74.51%-
XYZ35.5745.4118.69-
YUV171.2587.22121.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=35.92%
G=42.13%
B=21.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162190990.1500.480.2578.4641.1856.67
HexA2BE63F030194e2939
Octal24227614317060311165171
Binary1010001010111110110001111110110000110011001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE63; }

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

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

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

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

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

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

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

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