#AAB164

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

Shades of Olive Green #AAB164

Tints of Olive Green #AAB164

Color information

#AAB164 (or 0xAAB164) is unknown color: approx Olive Green. HEX triplet: AA, B1 and 64. RGB value is (170,177,100). Sum of RGB (Red+Green+Blue) = 170+177+100=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB164 is #554E9B. Grayscale: #A6A6A6. Windows color (decimal): -5590684 or 6599082. OLE color: 6599082.

HSL color Cylindrical-coordinate representation of color #AAB164: hue angle of 65.45º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAB164 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB170177100-
CMYK0.0400.440.31
HSL65.45º33.05%54.31%-
HSV(B)65.45º43.5%69.41%-
XYZ34.640.9118.13-
YUV166.1390.68130.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=38.03%
G=39.60%
B=22.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771000.0400.440.3165.4533.0554.31
HexAAB164402C1F412136
Octal2522611444054371014166
Binary101010101011000111001001000101100111111000001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB164; }

 p { color: rgb(170,177,100); }

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

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

 a { background-color: rgb(170,177,100); }

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

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

 span { border-color: rgb(170,177,100); }

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