#A1B97D

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

Shades of Olivine #A1B97D

Tints of Olivine #A1B97D

Color information

#A1B97D (or 0xA1B97D) is unknown color: approx Olivine. HEX triplet: A1, B9 and 7D. RGB value is (161,185,125). Sum of RGB (Red+Green+Blue) = 161+185+125=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B97D is #5E4682. Grayscale: #ABABAB. Windows color (decimal): -6178435 or 8239521. OLE color: 8239521.

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

Color convert

RGB161185125-
CMYK0.1300.320.27
HSL84º30%60.78%-
HSV(B)84º32.43%72.55%-
XYZ35.7543.7625.96-
YUV170.98102.05120.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=34.18%
G=39.28%
B=26.54%

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
Decimal1611851250.1300.320.27843060.78
HexA1B97DD0201B541e3d
Octal24127117515040331243675
Binary101000011011100111111011101010000011011101010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B97D; }

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

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

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

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

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

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

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

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