#AAB464

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

Shades of Olive Green #AAB464

Tints of Olive Green #AAB464

Color information

#AAB464 (or 0xAAB464) is unknown color: approx Olive Green. HEX triplet: AA, B4 and 64. RGB value is (170,180,100). Sum of RGB (Red+Green+Blue) = 170+180+100=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB464 is #554B9B. Grayscale: #A8A8A8. Windows color (decimal): -5589916 or 6599850. OLE color: 6599850.

HSL color Cylindrical-coordinate representation of color #AAB464: hue angle of 67.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAB464 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB170180100-
CMYK0.0600.440.29
HSL67.5º34.78%54.9%-
HSV(B)67.5º44.44%70.59%-
XYZ35.242.1118.33-
YUV167.8989.69129.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=37.78%
G=40%
B=22.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801000.0600.440.2967.534.7854.9
HexAAB464602C1D442337
Octal2522641446054351044367
Binary101010101011010011001001100101100111011000100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB464; }

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

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

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

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

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

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

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

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