#AAB162

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

Shades of Olive Green #AAB162

Tints of Olive Green #AAB162

Color information

#AAB162 (or 0xAAB162) is unknown color: approx Olive Green. HEX triplet: AA, B1 and 62. RGB value is (170,177,98). Sum of RGB (Red+Green+Blue) = 170+177+98=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB162 is #554E9D. Grayscale: #A6A6A6. Windows color (decimal): -5590686 or 6468010. OLE color: 6468010.

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

Color convert

RGB17017798-
CMYK0.0400.450.31
HSL65.32º33.62%53.92%-
HSV(B)65.32º44.63%69.41%-
XYZ34.540.8717.63-
YUV165.989.68130.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 177 (69.53% from 255) = 39.78%
BLUE value IS 98 (38.67% from 255) = 22.02%
R=38.20%
G=39.78%
B=22.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177980.0400.450.3165.3233.6253.92
HexAAB162402D1F412236
Octal2522611424055371014266
Binary101010101011000111000101000101101111111000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB162; }

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

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

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

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

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

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

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

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