#A4BA6D

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

Shades of Olivine #A4BA6D

Tints of Olivine #A4BA6D

Color information

#A4BA6D (or 0xA4BA6D) is unknown color: approx Olivine. HEX triplet: A4, BA and 6D. RGB value is (164,186,109). Sum of RGB (Red+Green+Blue) = 164+186+109=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA6D is #5B4592. Grayscale: #AAAAAA. Windows color (decimal): -5981587 or 7191204. OLE color: 7191204.

HSL color Cylindrical-coordinate representation of color #A4BA6D: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4BA6D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB164186109-
CMYK0.1200.410.27
HSL77.14º35.81%57.84%-
HSV(B)77.14º41.4%72.94%-
XYZ35.6344.1121.11-
YUV170.6493.21123.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=35.73%
G=40.52%
B=23.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861090.1200.410.2777.1435.8157.84
HexA4BA6DC0291B4d243a
Octal24427215514051331154472
Binary1010010010111010110110111000101001110111001101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA6D; }

 p { color: rgb(164,186,109); }

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

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

 a { background-color: rgb(164,186,109); }

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

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

 span { border-color: rgb(164,186,109); }

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