#A8AB4E

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

Shades of Olive Green #A8AB4E

Tints of Olive Green #A8AB4E

Color information

#A8AB4E (or 0xA8AB4E) is unknown color: approx Olive Green. HEX triplet: A8, AB and 4E. RGB value is (168,171,78). Sum of RGB (Red+Green+Blue) = 168+171+78=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB4E is #5754B1. Grayscale: #9F9F9F. Windows color (decimal): -5723314 or 5155752. OLE color: 5155752.

HSL color Cylindrical-coordinate representation of color #A8AB4E: hue angle of 61.94º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8AB4E is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB16817178-
CMYK0.0200.540.33
HSL61.94º37.35%48.82%-
HSV(B)61.94º54.39%67.06%-
XYZ32.093812.85-
YUV159.582.01134.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 78 (30.86% from 255) = 18.71%
R=40.29%
G=41.01%
B=18.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168171780.0200.540.3361.9437.3548.82
HexA8AB4E2036213e2531
Octal250253116206641764561
Binary10101000101010111001110100110110100001111110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB4E; }

 p { color: rgb(168,171,78); }

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

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

 a { background-color: rgb(168,171,78); }

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

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

 span { border-color: rgb(168,171,78); }

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