#a1ba73

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

Shades of Olivine #A1BA73

Tints of Olivine #A1BA73

Color information

#A1BA73 (or 0xA1BA73) is unknown color: approx Olivine. HEX triplet: A1, BA and 73. RGB value is (161,186,115). Sum of RGB (Red+Green+Blue) = 161+186+115=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA73 is #5E458C. Grayscale: #AAAAAA. Windows color (decimal): -6178189 or 7584417. OLE color: 7584417.

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

Color convert

RGB161186115-
CMYK0.1300.380.27
HSL81.13º33.97%59.02%-
HSV(B)81.13º38.17%72.94%-
XYZ35.3543.9322.84-
YUV170.4396.72121.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=34.85%
G=40.26%
B=24.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861150.1300.380.2781.1333.9759.02
HexA1BA73D0261B51223b
Octal24127216315046331214273
Binary1010000110111010111001111010100110110111010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1ba73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1ba73; }

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

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

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

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

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

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

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

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