#A1BA6D

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

Shades of Olivine #A1BA6D

Tints of Olivine #A1BA6D

Color information

#A1BA6D (or 0xA1BA6D) is unknown color: approx Olivine. HEX triplet: A1, BA and 6D. RGB value is (161,186,109). Sum of RGB (Red+Green+Blue) = 161+186+109=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA6D is #5E4592. Grayscale: #AAAAAA. Windows color (decimal): -6178195 or 7191201. OLE color: 7191201.

HSL color Cylindrical-coordinate representation of color #A1BA6D: hue angle of 79.48º 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 #A1BA6D is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB161186109-
CMYK0.1300.410.27
HSL79.48º35.81%57.84%-
HSV(B)79.48º41.4%72.94%-
XYZ35.0243.821.08-
YUV169.7593.72121.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=35.31%
G=40.79%
B=23.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861090.1300.410.2779.4835.8157.84
HexA1BA6DD0291B4f243a
Octal24127215515051331174472
Binary1010000110111010110110111010101001110111001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA6D; }

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

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

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

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

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

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

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

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