#A1BA7D

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

Shades of Olivine #A1BA7D

Tints of Olivine #A1BA7D

Color information

#A1BA7D (or 0xA1BA7D) is unknown color: approx Olivine. HEX triplet: A1, BA and 7D. RGB value is (161,186,125). Sum of RGB (Red+Green+Blue) = 161+186+125=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA7D is #5E4582. Grayscale: #ABABAB. Windows color (decimal): -6178179 or 8239777. OLE color: 8239777.

HSL color Cylindrical-coordinate representation of color #A1BA7D: hue angle of 84.59º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BA7D is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB161186125-
CMYK0.1300.330.27
HSL84.59º30.65%60.98%-
HSV(B)84.59º32.8%72.94%-
XYZ35.9644.1826.03-
YUV171.57101.72120.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=34.11%
G=39.41%
B=26.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861250.1300.330.2784.5930.6560.98
HexA1BA7DD0211B551f3d
Octal24127217515041331253775
Binary101000011011101011111011101010000111011101010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA7D; }

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

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

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

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

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

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

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

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