#AAB165

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

Shades of Olive Green #AAB165

Tints of Olive Green #AAB165

Color information

#AAB165 (or 0xAAB165) is unknown color: approx Olive Green. HEX triplet: AA, B1 and 65. RGB value is (170,177,101). Sum of RGB (Red+Green+Blue) = 170+177+101=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB165 is #554E9A. Grayscale: #A6A6A6. Windows color (decimal): -5590683 or 6664618. OLE color: 6664618.

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

Color convert

RGB170177101-
CMYK0.0400.430.31
HSL65.53º32.76%54.51%-
HSV(B)65.53º42.94%69.41%-
XYZ34.6540.9318.39-
YUV166.2491.18130.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 177 (69.53% from 255) = 39.51%
BLUE value IS 101 (39.84% from 255) = 22.54%
R=37.95%
G=39.51%
B=22.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771010.0400.430.3165.5332.7654.51
HexAAB165402B1F422137
Octal2522611454053371024167
Binary101010101011000111001011000101011111111000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB165; }

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

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

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

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

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

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

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

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