#A1B46F

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

Shades of Olivine #A1B46F

Tints of Olivine #A1B46F

Color information

#A1B46F (or 0xA1B46F) is unknown color: approx Olivine. HEX triplet: A1, B4 and 6F. RGB value is (161,180,111). Sum of RGB (Red+Green+Blue) = 161+180+111=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B46F is #5E4B90. Grayscale: #A6A6A6. Windows color (decimal): -6179729 or 7320737. OLE color: 7320737.

HSL color Cylindrical-coordinate representation of color #A1B46F: hue angle of 76.52º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1B46F is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB161180111-
CMYK0.1100.380.29
HSL76.52º31.51%57.06%-
HSV(B)76.52º38.33%70.59%-
XYZ33.8941.3721.24-
YUV166.4596.71124.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=35.62%
G=39.82%
B=24.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801110.1100.380.2976.5231.5157.06
HexA1B46FB0261D4d2039
Octal24126415713046351154071
Binary1010000110110100110111110110100110111011001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B46F; }

 p { color: rgb(161,180,111); }

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

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

 a { background-color: rgb(161,180,111); }

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

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

 span { border-color: rgb(161,180,111); }

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