#A1B46D

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

Shades of Olivine #A1B46D

Tints of Olivine #A1B46D

Color information

#A1B46D (or 0xA1B46D) is unknown color: approx Olivine. HEX triplet: A1, B4 and 6D. RGB value is (161,180,109). Sum of RGB (Red+Green+Blue) = 161+180+109=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B46D is #5E4B92. Grayscale: #A6A6A6. Windows color (decimal): -6179731 or 7189665. OLE color: 7189665.

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

Color convert

RGB161180109-
CMYK0.1100.390.29
HSL76.06º32.13%56.67%-
HSV(B)76.06º39.44%70.59%-
XYZ33.7841.3220.66-
YUV166.2295.71124.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=35.78%
G=40%
B=24.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801090.1100.390.2976.0632.1356.67
HexA1B46DB0271D4c2039
Octal24126415513047351144071
Binary1010000110110100110110110110100111111011001100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B46D; }

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

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

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

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

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

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

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

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