#A1B66C

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

Shades of Olivine #A1B66C

Tints of Olivine #A1B66C

Color information

#A1B66C (or 0xA1B66C) is unknown color: approx Olivine. HEX triplet: A1, B6 and 6C. RGB value is (161,182,108). Sum of RGB (Red+Green+Blue) = 161+182+108=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B66C is #5E4993. Grayscale: #A7A7A7. Windows color (decimal): -6179220 or 7124641. OLE color: 7124641.

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

Color convert

RGB161182108-
CMYK0.1200.410.29
HSL77.03º33.64%56.86%-
HSV(B)77.03º40.66%71.37%-
XYZ34.1342.1220.52-
YUV167.2894.54123.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=35.70%
G=40.35%
B=23.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611821080.1200.410.2977.0333.6456.86
HexA1B66CC0291D4d2239
Octal24126615414051351154271
Binary1010000110110110110110011000101001111011001101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B66C; }

 p { color: rgb(161,182,108); }

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

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

 a { background-color: rgb(161,182,108); }

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

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

 span { border-color: rgb(161,182,108); }

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