#AAB166

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

Shades of Olive Green #AAB166

Tints of Olive Green #AAB166

Color information

#AAB166 (or 0xAAB166) is unknown color: approx Olive Green. HEX triplet: AA, B1 and 66. RGB value is (170,177,102). Sum of RGB (Red+Green+Blue) = 170+177+102=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB166 is #554E99. Grayscale: #A6A6A6. Windows color (decimal): -5590682 or 6730154. OLE color: 6730154.

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

Color convert

RGB170177102-
CMYK0.0400.420.31
HSL65.6º32.47%54.71%-
HSV(B)65.6º42.37%69.41%-
XYZ34.740.9518.65-
YUV166.3691.68130.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 177 (69.53% from 255) = 39.42%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=37.86%
G=39.42%
B=22.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771020.0400.420.3165.632.4754.71
HexAAB166402A1F422037
Octal2522611464052371024067
Binary101010101011000111001101000101010111111000010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB166; }

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

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

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

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

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

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

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

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