#A6AB4C

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

Shades of Olive Green #A6AB4C

Tints of Olive Green #A6AB4C

Color information

#A6AB4C (or 0xA6AB4C) is unknown color: approx Olive Green. HEX triplet: A6, AB and 4C. RGB value is (166,171,76). Sum of RGB (Red+Green+Blue) = 166+171+76=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AB4C is #5954B3. Grayscale: #9F9F9F. Windows color (decimal): -5854388 or 5024678. OLE color: 5024678.

HSL color Cylindrical-coordinate representation of color #A6AB4C: hue angle of 63.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6AB4C is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB16617176-
CMYK0.0300.560.33
HSL63.16º38.46%48.43%-
HSV(B)63.16º55.56%67.06%-
XYZ31.5937.7512.46-
YUV158.6781.34133.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=40.19%
G=41.40%
B=18.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166171760.0300.560.3363.1638.4648.43
HexA6AB4C3038213f2630
Octal246253114307041774660
Binary10100110101010111001100110111000100001111111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB4C; }

 p { color: rgb(166,171,76); }

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

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

 a { background-color: rgb(166,171,76); }

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

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

 span { border-color: rgb(166,171,76); }

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