#A1BC66

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

Shades of Olivine #A1BC66

Tints of Olivine #A1BC66

Color information

#A1BC66 (or 0xA1BC66) is unknown color: approx Olivine. HEX triplet: A1, BC and 66. RGB value is (161,188,102). Sum of RGB (Red+Green+Blue) = 161+188+102=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC66 is #5E4399. Grayscale: #AAAAAA. Windows color (decimal): -6177690 or 6732961. OLE color: 6732961.

HSL color Cylindrical-coordinate representation of color #A1BC66: hue angle of 78.84º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1BC66 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB161188102-
CMYK0.1400.460.26
HSL78.84º39.09%56.86%-
HSV(B)78.84º45.74%73.73%-
XYZ35.0844.519.31-
YUV170.1289.55121.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=35.70%
G=41.69%
B=22.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881020.1400.460.2678.8439.0956.86
HexA1BC66E02E1A4f2739
Octal24127414616056321174771
Binary1010000110111100110011011100101110110101001111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BC66; }

 p { color: rgb(161,188,102); }

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

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

 a { background-color: rgb(161,188,102); }

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

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

 span { border-color: rgb(161,188,102); }

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