#A8AB5D

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

Shades of Olive Green #A8AB5D

Tints of Olive Green #A8AB5D

Color information

#A8AB5D (or 0xA8AB5D) is unknown color: approx Olive Green. HEX triplet: A8, AB and 5D. RGB value is (168,171,93). Sum of RGB (Red+Green+Blue) = 168+171+93=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB5D is #5754A2. Grayscale: #A1A1A1. Windows color (decimal): -5723299 or 6138792. OLE color: 6138792.

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

Color convert

RGB16817193-
CMYK0.0200.460.33
HSL62.31º31.71%51.76%-
HSV(B)62.31º45.61%67.06%-
XYZ32.6938.2416.01-
YUV161.2189.51132.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=38.89%
G=39.58%
B=21.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168171930.0200.460.3362.3131.7151.76
HexA8AB5D202E213e2034
Octal250253135205641764064
Binary10101000101010111011101100101110100001111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB5D; }

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

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

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

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

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

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

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

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