#A4BE6A

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

Shades of Olivine #A4BE6A

Tints of Olivine #A4BE6A

Color information

#A4BE6A (or 0xA4BE6A) is unknown color: approx Olivine. HEX triplet: A4, BE and 6A. RGB value is (164,190,106). Sum of RGB (Red+Green+Blue) = 164+190+106=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE6A is #5B4195. Grayscale: #ACACAC. Windows color (decimal): -5980566 or 6995620. OLE color: 6995620.

HSL color Cylindrical-coordinate representation of color #A4BE6A: hue angle of 78.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4BE6A is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB164190106-
CMYK0.1400.440.25
HSL78.57º39.25%58.04%-
HSV(B)78.57º44.21%74.51%-
XYZ36.3245.7620.55-
YUV172.6590.39121.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=35.65%
G=41.30%
B=23.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901060.1400.440.2578.5739.2558.04
HexA4BE6AE02C194f273a
Octal24427615216054311174772
Binary1010010010111110110101011100101100110011001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE6A; }

 p { color: rgb(164,190,106); }

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

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

 a { background-color: rgb(164,190,106); }

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

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

 span { border-color: rgb(164,190,106); }

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