#A1BA7F

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

Shades of Olivine #A1BA7F

Tints of Olivine #A1BA7F

Color information

#A1BA7F (or 0xA1BA7F) is unknown color: approx Olivine. HEX triplet: A1, BA and 7F. RGB value is (161,186,127). Sum of RGB (Red+Green+Blue) = 161+186+127=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA7F is #5E4580. Grayscale: #ACACAC. Windows color (decimal): -6178177 or 8370849. OLE color: 8370849.

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

Color convert

RGB161186127-
CMYK0.1300.320.27
HSL85.42º29.95%61.37%-
HSV(B)85.42º31.72%72.94%-
XYZ36.0944.2326.71-
YUV171.8102.72120.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 127 (50% from 255) = 26.79%
R=33.97%
G=39.24%
B=26.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861270.1300.320.2785.4229.9561.37
HexA1BA7FD0201B551e3d
Octal24127217715040331253675
Binary101000011011101011111111101010000011011101010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA7F; }

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

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

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

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

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

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

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

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